This commit is contained in:
Gael Guennebaud 2015-07-07 17:47:24 +02:00
parent fa17358c4b
commit 7fa6fe8d8c

View File

@ -165,7 +165,7 @@ void sparselu_gemm(Index m, Index n, Index d, const Scalar* A, Index lda, const
Bc1 += RK;
} // peeled loop on k
} // peeled loop on the columns j
// process the last column (we now perform a matrux-vector product)
// process the last column (we now perform a matrix-vector product)
if((n-n_end)>0)
{
const Scalar* Bc0 = B+(n-1)*ldb;