#include <DenseMatrixArithmeticsNN.h>
Public Member Functions | |
| DenseMatrixArithmetics5x5 (long n) | |
| void | SubATBproduct (double *pC, double *pA, double *pB) |
Definition at line 161 of file DenseMatrixArithmeticsNN.h.
| DenseMatrixArithmetics5x5 | ( | long | n | ) | [inline] |
Definition at line 164 of file DenseMatrixArithmeticsNN.h.
| void SubATBproduct | ( | double * | pC, | |
| double * | pA, | |||
| double * | pB | |||
| ) | [virtual] |
Reimplemented from DenseMatrixArithmetics.
Definition at line 604 of file DenseMatrixArithmeticsNN.cpp.
References DenseMatrixArithmetics::bn, and DenseMatrixArithmetics::bnbn.
1.6.2