Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.numericalmethod.suanshu.algebra.linear.matrix.doubles.matrixtype.mathoperation Classes and Interfaces - 9 results found.
NameDescriptionTypePackageFramework
AutoParallelMatrixMathOperationThis class uses ParallelMatrixMathOperation when the first input matrix argument's size is greater than the defined threshold; otherwise, it uses SimpleMatrixMathOperation.Classcom.numericalmethod.suanshu.algebra.linear.matrix.doubles.matrixtype.mathoperationSuanShu
BlockWinogradAlgorithmThis implementation accelerates matrix multiplication via a combination of the Strassen algorithm and block matrix multiplication.Classcom.numericalmethod.suanshu.algebra.linear.matrix.doubles.matrixtype.mathoperation.multiplicationSuanShu
DenseMatrixMultiplicationMatrix operation that multiplies two matrices.Interfacecom.numericalmethod.suanshu.algebra.linear.matrix.doubles.matrixtype.mathoperation.multiplicationSuanShu
DenseMatrixMultiplicationByBlockClasscom.numericalmethod.suanshu.algebra.linear.matrix.doubles.matrixtype.mathoperation.multiplicationSuanShu
DenseMatrixMultiplicationByBlock .BlockAlgorithmInterfacecom.numericalmethod.suanshu.algebra.linear.matrix.doubles.matrixtype.mathoperation.multiplicationSuanShu
DenseMatrixMultiplicationByIjk parallel execution with multiple threads.Classcom.numericalmethod.suanshu.algebra.linear.matrix.doubles.matrixtype.mathoperation.multiplicationSuanShu
MatrixMathOperationThis interface defines some standard operations for generic matrices.Interfacecom.numericalmethod.suanshu.algebra.linear.matrix.doubles.matrixtype.mathoperationSuanShu
SimpleMatrixMathOperationThis is a generic, single-threaded implementation of matrix math operations.Classcom.numericalmethod.suanshu.algebra.linear.matrix.doubles.matrixtype.mathoperationSuanShu
SubMatrixBlockSub-matrix block representation for block algorithm.Classcom.numericalmethod.suanshu.algebra.linear.matrix.doubles.matrixtype.mathoperation.multiplicationSuanShu