This is the complete list of members for MatrixFactory, including all inherited members.
createGlue(const AMatrix *a1, const AMatrix *a2, bool flagShiftRow, bool flagShiftCol) | MatrixFactory | static |
createMatrixSquare(const AMatrixSquare *x, int nrow) | MatrixFactory | static |
createReduce(const AMatrix *x, const VectorInt &selRows=VectorInt(), const VectorInt &selCols=VectorInt(), bool flagKeepRows=true, bool flagKeepCols=true) | MatrixFactory | static |
createReduceOne(const AMatrix *x, int selRow=-1, int selCol=-1, bool flagKeepRow=true, bool flagKeepCol=true) | MatrixFactory | static |
prodMatMat(const AMatrix *x, const AMatrix *y, bool transposeX=false, bool transposeY=false) | MatrixFactory | static |
prodMatMat(const AMatrix *x, const AMatrix *y, bool transposeX=false, bool transposeY=false) | MatrixFactory | static |