mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
update comment
This commit is contained in:
@@ -291,7 +291,7 @@ template<typename MatrixQR, typename HCoeffs,
|
|||||||
bool InnerStrideIsOne = (MatrixQR::InnerStrideAtCompileTime == 1 && HCoeffs::InnerStrideAtCompileTime == 1)>
|
bool InnerStrideIsOne = (MatrixQR::InnerStrideAtCompileTime == 1 && HCoeffs::InnerStrideAtCompileTime == 1)>
|
||||||
struct householder_qr_inplace_blocked
|
struct householder_qr_inplace_blocked
|
||||||
{
|
{
|
||||||
// This is specialized for MKL-supported Scalar types in HouseholderQR_MKL.h
|
// This is specialized for LAPACK-supported Scalar types in HouseholderQR_LAPACKE.h
|
||||||
static void run(MatrixQR& mat, HCoeffs& hCoeffs, Index maxBlockSize=32,
|
static void run(MatrixQR& mat, HCoeffs& hCoeffs, Index maxBlockSize=32,
|
||||||
typename MatrixQR::Scalar* tempData = 0)
|
typename MatrixQR::Scalar* tempData = 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user