Fix sparse and function size
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Aurora
|
||||
{
|
||||
}
|
||||
|
||||
Sparse::Sparse(Matrix& Cols, Matrix& Rows, Matrix& Values,size_t M, size_t N)
|
||||
Sparse::Sparse(Matrix Cols, Matrix Rows, Matrix Values,size_t M, size_t N)
|
||||
: mColIdxVector(Cols),
|
||||
mRowIdxVector(Rows),
|
||||
mValueVector(Values),
|
||||
|
||||
Reference in New Issue
Block a user