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
◆
rref()
[2/2]
template<typename T , std::size_t M, std::size_t N>
constexpr
matrix
<T, M, N> cotila::rref
(
const
matrix
< T, M, N > &
m
,
T
tolerance
)
Parameters
m
an
matrix of type T
tolerance
the tolerance used to determine when an element is negligible (near zero)
Returns
an
matrix of type T, the reduced row echelon form of
Computes the reduced row echelon form of a matrix using Gauss-Jordan elimination.
Generated by
1.8.13