| 
    algebramix_doc 0.3 
   | 
 
#include <structured_naive.hpp>
Definition at line 23 of file structured_naive.hpp.
| typedef full_matrix ll | 
Definition at line 26 of file structured_naive.hpp.
| typedef full_matrix lr | 
Definition at line 27 of file structured_naive.hpp.
| typedef full_matrix ul | 
Definition at line 24 of file structured_naive.hpp.
| typedef full_matrix ur | 
Definition at line 25 of file structured_naive.hpp.
| static nat first_col | ( | nat | r, | 
| nat | cs | ||
| ) |  [inline, static] | 
        
Definition at line 30 of file structured_naive.hpp.
                                              {
    (void) r; (void) cs; return 0; }
| static nat first_row | ( | nat | c, | 
| nat | rs | ||
| ) |  [inline, static] | 
        
Definition at line 28 of file structured_naive.hpp.
                                              {
    (void) c; (void) rs; return 0; }
| static nat last_col | ( | nat | r, | 
| nat | cs | ||
| ) |  [inline, static] | 
        
Definition at line 34 of file structured_naive.hpp.
                                              {
    (void) r; return cs; }
| static nat last_row | ( | nat | c, | 
| nat | rs | ||
| ) |  [inline, static] | 
        
Definition at line 32 of file structured_naive.hpp.
                                              {
    (void) c; return rs; }