algebramix_doc 0.3
|
#include <structured_naive.hpp>
Definition at line 83 of file structured_naive.hpp.
typedef full_matrix ll |
Definition at line 86 of file structured_naive.hpp.
typedef lower_triangular_matrix lr |
Definition at line 87 of file structured_naive.hpp.
typedef lower_triangular_matrix ul |
Definition at line 84 of file structured_naive.hpp.
typedef zero_matrix ur |
Definition at line 85 of file structured_naive.hpp.
static nat first_col | ( | nat | r, |
nat | cs | ||
) | [inline, static] |
Definition at line 90 of file structured_naive.hpp.
{
(void) r; (void) cs; return 0; }
static nat first_row | ( | nat | c, |
nat | rs | ||
) | [inline, static] |
Definition at line 88 of file structured_naive.hpp.
{
(void) rs; return c; }
static nat last_col | ( | nat | r, |
nat | cs | ||
) | [inline, static] |
Definition at line 94 of file structured_naive.hpp.
{
(void) cs; return r+1; }
static nat last_row | ( | nat | c, |
nat | rs | ||
) | [inline, static] |
Definition at line 92 of file structured_naive.hpp.
{
(void) c; return rs; }