mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 11:49:02 +08:00
Pulled latest changes from trunk
This commit is contained in:
commit
6e55284e51
@ -165,7 +165,7 @@ void sparselu_gemm(Index m, Index n, Index d, const Scalar* A, Index lda, const
|
|||||||
Bc1 += RK;
|
Bc1 += RK;
|
||||||
} // peeled loop on k
|
} // peeled loop on k
|
||||||
} // peeled loop on the columns j
|
} // 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)
|
if((n-n_end)>0)
|
||||||
{
|
{
|
||||||
const Scalar* Bc0 = B+(n-1)*ldb;
|
const Scalar* Bc0 = B+(n-1)*ldb;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user