#include "main.h"
Go to the source code of this file.
Macros | |
#define | VERIFY_TRSM(TRI, XB) |
#define | VERIFY_TRSM_ONTHERIGHT(TRI, XB) |
Functions | |
void | test_product_trsolve () |
template<typename Scalar , int Size, int Cols> | |
void | trsolve (int size=Size, int cols=Cols) |
#define VERIFY_TRSM | ( | TRI, | |
XB | |||
) |
Definition at line 12 of file product_trsolve.cpp.
#define VERIFY_TRSM_ONTHERIGHT | ( | TRI, | |
XB | |||
) |
Definition at line 21 of file product_trsolve.cpp.
void test_product_trsolve | ( | ) |
Definition at line 76 of file product_trsolve.cpp.
Definition at line 30 of file product_trsolve.cpp.