remora::detail::matrix_matrix_solve_optimizer< M1, M2, Tag, Side > Struct Template Reference

#include <shark/LinAlg/BLAS/solve.hpp>

Static Public Member Functions

static type create (typename M1::const_closure_type const &lhs, typename M2::const_closure_type const &rhs, Tag t)
 

Detailed Description

template<class M1, class M2, class Tag, class Side>
struct remora::detail::matrix_matrix_solve_optimizer< M1, M2, Tag, Side >

Definition at line 278 of file solve.hpp.

Member Function Documentation

◆ create()

template<class M1, class M2, class Tag, class Side>
static type remora::detail::matrix_matrix_solve_optimizer< M1, M2, Tag, Side >::create ( typename M1::const_closure_type const &  lhs,
typename M2::const_closure_type const &  rhs,
Tag  t 
)
inlinestatic

Definition at line 281 of file solve.hpp.


The documentation for this struct was generated from the following file: