algebramix_doc 0.3
|
#include <structured_naive.hpp>
Definition at line 68 of file structured_naive.hpp.
typedef zero_matrix ll |
Definition at line 71 of file structured_naive.hpp.
typedef upper_triangular_matrix lr |
Definition at line 72 of file structured_naive.hpp.
typedef upper_triangular_matrix ul |
Definition at line 69 of file structured_naive.hpp.
typedef full_matrix ur |
Definition at line 70 of file structured_naive.hpp.
static nat first_col | ( | nat | r, |
nat | cs | ||
) | [inline, static] |
Definition at line 75 of file structured_naive.hpp.
{
(void) cs; return r; }
static nat first_row | ( | nat | c, |
nat | rs | ||
) | [inline, static] |
Definition at line 73 of file structured_naive.hpp.
{
(void) c; (void) rs; return 0; }
static nat last_col | ( | nat | r, |
nat | cs | ||
) | [inline, static] |
Definition at line 79 of file structured_naive.hpp.
{
(void) r; return cs; }
static nat last_row | ( | nat | c, |
nat | rs | ||
) | [inline, static] |
Definition at line 77 of file structured_naive.hpp.
{
(void) rs; return c+1; }