#include "vl/SubSMat.h"
#include "vl/SparseMat.h"
#include "vl/SubSVec.h"
Include dependency graph for SubSMat.cc:
Go to the source code of this file.
Functions | |||
TSubSMat | sub (const TSparseMat &m, Int top, Int left, Int nrows, Int ncols) | ||
TSubSMat | sub (const TSparseMat &m, Int nrows, Int ncols) | ||
TMSubSVec | col (const TSparseMat &m, Int i) | ||
TMSubSVec | diag (const TSparseMat &m, Int diagNum) |
TMSubSVec col (const TSparseMat & m, Int i) |
Definition at line 86 of file SubSMat.cc.
TMSubSVec diag (const TSparseMat & m, Int diagNum) |
Definition at line 93 of file SubSMat.cc.
TSubSMat sub (const TSparseMat & m, Int nrows, Int ncols) |
Definition at line 76 of file SubSMat.cc.
TSubSMat sub (const TSparseMat & m, Int top, Int left, Int nrows, Int ncols) |
Definition at line 66 of file SubSMat.cc.