#include <DenseMatrixArithmeticsNN.h>
Public Member Functions | |
| DenseMatrixArithmetics4x4 (long n) | |
| void | SubATBproduct (double *pC, double *pa, double *pb) |
Definition at line 154 of file DenseMatrixArithmeticsNN.h.
| DenseMatrixArithmetics4x4 | ( | long | n | ) | [inline] |
Definition at line 157 of file DenseMatrixArithmeticsNN.h.
| void SubATBproduct | ( | double * | pC, | |
| double * | pa, | |||
| double * | pb | |||
| ) | [virtual] |
Reimplemented from DenseMatrixArithmetics.
Definition at line 579 of file DenseMatrixArithmeticsNN.cpp.
1.6.2