No description
Find a file
Renaud Casenave-Péré a2b8b9da8c Generic matrix submodule for the maths module
Like the vector submodule, it implements + - * operations for matrix, scalar and
vector where it makes sense but don't try yet to be efficient.

There is also matrix constructors for null and identity matrices and
row, col and diag subsets functions.
2014-08-17 21:31:16 +09:00
src Generic matrix submodule for the maths module 2014-08-17 21:31:16 +09:00
t Add unit tests for maths module (vectors) 2014-08-17 21:30:51 +09:00
.gitignore Initial Commit: bootstrap project with cl-project 2014-01-02 20:56:35 +09:00
README.md Initial Commit: bootstrap project with cl-project 2014-01-02 20:56:35 +09:00
README.org Initial Commit: bootstrap project with cl-project 2014-01-02 20:56:35 +09:00
stoe-test.asd Add unit tests for maths module (vectors) 2014-08-17 21:30:51 +09:00
stoe.asd Generic matrix submodule for the maths module 2014-08-17 21:31:16 +09:00

Stoe - SaintOEngine - A 3d engine in common-lisp

Usage

Installation

Author

Copyright (c) 2014 Renaud Casenave-Péré (renaud@casenave-pere.fr)

License

Licensed under the GPL3 License.