algebramix_doc 0.3
|
#include <structured_naive.hpp>
Definition at line 53 of file structured_naive.hpp.
typedef zero_matrix ll |
Definition at line 56 of file structured_naive.hpp.
typedef diagonal_matrix lr |
Definition at line 57 of file structured_naive.hpp.
typedef diagonal_matrix ul |
Definition at line 54 of file structured_naive.hpp.
typedef zero_matrix ur |
Definition at line 55 of file structured_naive.hpp.
static nat first_col | ( | nat | r, |
nat | cs | ||
) | [inline, static] |
Definition at line 60 of file structured_naive.hpp.
{
(void) cs; return r; }
static nat first_row | ( | nat | c, |
nat | rs | ||
) | [inline, static] |
Definition at line 58 of file structured_naive.hpp.
{
(void) rs; return c; }
static nat last_col | ( | nat | r, |
nat | cs | ||
) | [inline, static] |
Definition at line 64 of file structured_naive.hpp.
{
(void) cs; return r+1; }
static nat last_row | ( | nat | c, |
nat | rs | ||
) | [inline, static] |
Definition at line 62 of file structured_naive.hpp.
{
(void) rs; return c+1; }