Go to the documentation of this file. 36 #ifndef SHARK_LINALG_SOLVE_TRIANGULAR_SYSTEM_H 37 #define SHARK_LINALG_SOLVE_TRIANGULAR_SYSTEM_H 41 namespace shark{
namespace blas{
47 static const bool left =
true;
51 static const bool left =
false;
64 template<
class System,
class DiagType,
class MatT,
class VecT>
84 template<
class System,
class DiagType,
class MatA,
class MatB>
98 template<
class System,
class MatL,
class MatB>
109 template<
class System,
class MatL,
class VecB>
116 #include "Impl/solveTriangular.inl"