Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.
SillyCatto edited this page Feb 26, 2025 · 7 revisions

AstraCpp Docs

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.

Clone this wiki locally