Interface | Description |
---|---|
DenseMatrixMultiplication |
Matrix operation that multiplies two matrices.
|
DenseMatrixMultiplicationByBlock.BlockAlgorithm |
Class | Description |
---|---|
BlockWinogradAlgorithm |
This implementation accelerates matrix multiplication via a combination of the Strassen algorithm
and block matrix multiplication.
|
DenseMatrixMultiplicationByBlock | |
DenseMatrixMultiplicationByIjk |
Implements the naive IJK algorithm.
|
SubMatrixBlock |
Sub-matrix block representation for block algorithm.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.