Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meshcapade/difflocks
/ InverseOp
Method
InverseOp
extensions/include/cuMat/src/DenseLinAlgOps.h:623–627 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
621
622
public:
623
explicit InverseOp(const MatrixBase<_Child>& matrix)
624
: matrix_(matrix.derived())
625
{
626
CUMAT_ASSERT_DIMENSION(matrix.rows() == matrix.cols());
627
}
628
629
const _Child& getMatrix() const { return matrix_; }
630
Callers
nothing calls this directly
Calls
2
rows
Method · 0.45
cols
Method · 0.45
Tested by
no test coverage detected