MatrixOrderOptimization
smile.math.MatrixOrderOptimization
class MatrixOrderOptimization(dims: Array[Int]) extends LazyLogging
Optimizes the order of matrix multiplication chain. Matrix multiplication is associative. However, the complexity of matrix multiplication chain is not associative.
Value parameters
- dims
-
Matrix A[i] has dimension dims[i-1] x dims[i] for i = 1..n
Attributes
- Graph
-
- Supertypes
-
trait LazyLoggingclass Objecttrait Matchableclass Any
Members list
In this article