cotila
1.2.1
A compile time linear algebra system
Matrix
as_column
as_row
cast
conj
det
elementwise
fill
generate
hermitian
horzcat
identity
imag
inverse
kron
macs
mars
matmul
matrix
matrix
matrix
matrix
operator!=
operator*
operator*
operator*
operator+
operator+
operator+
operator/
operator/
operator==
rank
real
repmat
reshape
rref
rref
submat
swapcol
swaprow
trace
transpose
vertcat
◆
generate()
template<std::size_t N, std::size_t M, typename F >
decltype(auto) constexpr cotila::generate
(
F &&
f
)
Parameters
f
a function that operates on two integer indices
Returns
an
matrix with type matching the return type of f such that
Generates a matrix as a function of its indices.
Generated by
1.8.13