algebramix_doc 0.3
|
#include <structured_naive.hpp>
Definition at line 38 of file structured_naive.hpp.
typedef zero_matrix ll |
Definition at line 41 of file structured_naive.hpp.
typedef zero_matrix lr |
Definition at line 42 of file structured_naive.hpp.
typedef zero_matrix ul |
Definition at line 39 of file structured_naive.hpp.
typedef zero_matrix ur |
Definition at line 40 of file structured_naive.hpp.
static nat first_col | ( | nat | r, |
nat | cs | ||
) | [inline, static] |
Definition at line 45 of file structured_naive.hpp.
{
(void) r; return cs; }
static nat first_row | ( | nat | c, |
nat | rs | ||
) | [inline, static] |
Definition at line 43 of file structured_naive.hpp.
{
(void) c; return rs; }
static nat last_col | ( | nat | r, |
nat | cs | ||
) | [inline, static] |
Definition at line 49 of file structured_naive.hpp.
{
(void) r; return cs; }
static nat last_row | ( | nat | c, |
nat | rs | ||
) | [inline, static] |
Definition at line 47 of file structured_naive.hpp.
{
(void) c; return rs; }