This commit is contained in:
gespel 2024-06-21 09:57:22 +02:00
parent a6ccb07be0
commit 74b6c0c6f9

View File

@ -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);