o
odin.langpkg.dev
packages / library / Neat_Matrix_Library_in_Odin

Neat_Matrix_Library_in_Odin

dea961elibrary

This is the port of the NML - Neat Matrix Library from C to Odin.

No license · updated 2 years ago

Neat Matrix Library in Odin

This is the port of the NML library from C to Odin.

Description

This is a port of the small NML - Neat Matrix Library from C to the Odin programming language.

License

Apache License, Version 2.0 ( The same as the original code )

Great blog article from the original author of the this library in C

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

Original library author

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.

Original C library code can be found at

GitHub - nomemory - neat-matrix-library
https://github.com/nomemory/neat-matrix-library

Have fun!

Best regards,
João Carvalho