3#ifndef pRC_CORE_FUNCTORS_STRICTLY_LOWER_TRIANGULAR_H
4#define pRC_CORE_FUNCTORS_STRICTLY_LOWER_TRIANGULAR_H
14 constexpr decltype(
auto)
operator()(
X &&a)
const
Definition cholesky.hpp:18
static constexpr auto makeConstantSequence()
Definition sequence.hpp:402
static constexpr auto strictlyLowerTriangular(X &&a)
Definition strictly_lower_triangular.hpp:15
Definition strictly_lower_triangular.hpp:11