BeBOP Optimized Sparse Kernel Interface Library  1.0.1h
Data Structures | Typedefs
format.h File Reference

\ More...

#include <oski/common.h>
#include <oski/matrix.h>

Go to the source code of this file.

Data Structures

struct  tagBebop_matTRIPART_t
 Triangular partition (TRIPART), or the "switch-to-dense" data structure. More...

Defines

#define INC_OSKI_TRIPART_FORMAT_H
 oski/TRIPART/format.h included.
Name mangling.
#define oski_matTRIPART_t   MANGLE_(oski_matTRIPART_t)
 TRIPART matrix representation.

Typedefs

typedef struct
tagBebop_matTRIPART_t 
oski_matTRIPART_t
 Triangular partition (TRIPART), or the "switch-to-dense" data structure.

Detailed Description

\

Block compressed sparse row data structure.

For an overview, see Switch-to-dense data structure (triangular partition)..


Typedef Documentation

Triangular partition (TRIPART), or the "switch-to-dense" data structure.

Todo:
Fill in formal description of this format.