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
◆
repmat()
template<std::size_t Row, std::size_t Col, std::size_t M, std::size_t N, typename T >
constexpr
matrix
<T, M * Row, N * Col> cotila::repmat
(
const
matrix
< T, M, N > &
m
)
Template Parameters
Row
the number of times to repeat in the row direction
Col
the number of times to repeat in the column direction
Parameters
m
an
matrix of type T
Returns
an
matrix
of type T such that
Repeats copies of a matrix.
Generated by
1.8.13