Macaulay2 Engine
Loading...
Searching...
No Matches
◆
leastSquares()
[4/5]
bool
MatrixOps::leastSquares
(
const
DMatRRR
&
A
,
const
DMatRRR
&
B
,
DMatRRR
&
X
,
bool
assume_full_rank
)
inline
Definition at line
1418
of file
mat-linalg.hpp
.
1422
{
1423
(void) assume_full_rank;
1424
return
EigenM2::least_squares
(&A, &B, &X);
1425
}
EigenM2::least_squares
bool least_squares(const LMatrixRRR *A, const LMatrixRRR *B, LMatrixRRR *X)
Definition
eigen.cpp:558
References
EigenM2::least_squares()
.
MatrixOps
Generated on
for Macaulay2 Engine by
1.15.0