mirror of
https://git.gfz-potsdam.de/naaice/tug.git
synced 2025-12-15 18:38:23 +01:00
asd
This commit is contained in:
parent
a6ccb07be0
commit
74b6c0c6f9
@ -59,7 +59,7 @@ createCoeffMatrixVectorized(const RowMajMat<T> &alpha,
|
||||
int rowIndex, T sx) {
|
||||
|
||||
// square matrix of column^2 dimension for the coefficients
|
||||
std::vector<std::vector<T>> cm(numCols, std::vector<T>(numCols, 0));
|
||||
std::vector<std::vector<T>> cm(numCols, std::vector<T>(numCols));
|
||||
|
||||
|
||||
//Eigen::SparseMatrix<T> cm(numCols, numCols);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user