Skip to content

e-k-m/matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

matrix

Build Status

simple C matrix implementation

Installation | Getting Up And Running | Examples | API | See Also

matrix is a simple C matrix implementation. The main feature are:

  • Currently just the data structure and some simple operators on it.

Installation

# using clib
clib install e-k-m/matrix
# else ...

Getting Up and Running

make <target>

Examples

matrix_t *m = matrix_new(20, 10);
assert(matrix_get(a, 0, 0) == 0.0);

API

see matrix.h

See Also

About

simple C matrix implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published