Change Sparse
This commit is contained in:
@@ -10,9 +10,9 @@ namespace Aurora
|
||||
{
|
||||
}
|
||||
|
||||
Sparse::Sparse(Matrix Cols, Matrix Rows, Matrix Values,size_t M, size_t N)
|
||||
: mColIdxVector(Cols),
|
||||
mRowIdxVector(Rows),
|
||||
Sparse::Sparse(Matrix RowIdxs, Matrix ColIdxs , Matrix Values,size_t M, size_t N)
|
||||
: mColIdxVector(ColIdxs),
|
||||
mRowIdxVector(RowIdxs),
|
||||
mValueVector(Values),
|
||||
mM(M),
|
||||
mN(N)
|
||||
|
||||
Reference in New Issue
Block a user