zero_matrix Struct Reference

#include <structured_naive.hpp>

List of all members.

Public Types

Static Public Member Functions


Detailed Description

Definition at line 38 of file structured_naive.hpp.


Member Typedef Documentation

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.


Member Function Documentation

static nat first_col ( nat  r,
nat  cs 
) [inline, static]

Definition at line 45 of file structured_naive.hpp.

00045                                               {
00046     (void) r; return cs; }

static nat first_row ( nat  c,
nat  rs 
) [inline, static]

Definition at line 43 of file structured_naive.hpp.

00043                                               {
00044     (void) c; return rs; }

static nat last_col ( nat  r,
nat  cs 
) [inline, static]

Definition at line 49 of file structured_naive.hpp.

00049                                               {
00050     (void) r; return cs; }

static nat last_row ( nat  c,
nat  rs 
) [inline, static]

Definition at line 47 of file structured_naive.hpp.

00047                                               {
00048     (void) c; return rs; }


The documentation for this struct was generated from the following file:

Generated on 6 Dec 2012 for algebramix by  doxygen 1.6.1