This is the port of the NML library from C to Odin.
This is a port of the small NML - Neat Matrix Library from C to the Odin programming language.
Apache License, Version 2.0 ( The same as the original code )
Writing your own linear algebra matrix library in C
https://www.andreinc.net/2021/01/20/writing-your-own-linear-algebra-matrix-library-in-c
Andrei N. Ciobanu
Copyright 2021 Andrei N. Ciobanu
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
GitHub - nomemory - neat-matrix-library
https://github.com/nomemory/neat-matrix-library
Best regards,
João Carvalho