-
Notifications
You must be signed in to change notification settings - Fork 3
Home
This wiki contains the getting started guide and detailed documentation for AstraCpp, please refer to the corresponding pages to see their documentation.
-
Provides a detailed guide on how to compile, setup a project and use the library
-
A class for representing mathematical vectors with various operations.
This class supports basic vector operations such as addition, subtraction, scalar multiplication, dot product, cross product, and more. -
A class for representing mathematical matrices with various operations.
This class supports basic matrix operations such as addition, subtraction, scalar multiplication, matrix multiplication, transpose and more. -
Utility Class for Matrix Decompositions
Provides functions and utilities for matrix decompositions such as PA=LU. -
Utility class for solving linear systems of equations.
Provides static methods for solving systems of linear equations of the form (Ax = b) using LU decomposition and forward/backward substitution.