Sleipnir C++ API
Loading...
Searching...
No Matches
slp::MatrixLike Concept Reference
Concept definition
template
<
typename
T>
concept
slp::MatrixLike
=
requires
(std::decay_t<T> t) {
t.rows();
t.cols();
}
slp::MatrixLike
Definition
concepts.hpp:18
slp
MatrixLike
Generated on Wed Oct 29 2025 23:14:58 for Sleipnir C++ API by
1.9.8