/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk

« back to all changes in this revision

Viewing changes to src/Matrix.h

  • Committer: Gustav Hartvigsson
  • Date: 2015-09-01 15:03:58 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20150901150358-vftd2io1vof8nx68
* Implemented s_matrix_set and s_matrix_append
* fixed a lil' error of ">" vs ">="... I think.... ?

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 * @{
18
18
 * A SMatrix is a 2d, rectangular array.
19
19
 */
 
20
 
 
21
 
20
22
/**
21
23
 * An SMatrix is an opaque data structure representing a simple rectangular
22
24
 * matrix.