A simple matrix class with some MATLAB-like functions
-
Updated
Jan 10, 2012 - C++
A simple matrix class with some MATLAB-like functions
[COLLEGE] Final work for Restricted Optimization (COS360) @ UFRJ
A Matrix implementation written in C++ for learning purposes. Feel free to contribute. And there's probably some stuff missing...
Matrix operations like Add, Subtract, Multiply, Adjoint, Inverse etc for nXn matrices. I wrote this code just for fun. I have used Indirect recursion for finding the inverse.
this is the same as f03_exercise, but with C++.
Implement mathematical library software. Similar to Matlab, Octave and similar tools.
A simple program demonstrating O(n*log(n)) search on a monotonic matrix, versus the O(n**2) search required for a non-monotonic matrix.
Matrix operation library using single, n-threads or CUDA supported GPU
The Cramer, Determinant, Coefficient, Multiplication for the matrix.
A simple matrix class that's compatible with STL functions and CERNs ROOT library. Includes functions for + - * /, inverting, normalisation, eigenvalues, the trace and transpose.
💾 Different Matrix Operations like Addition, Transpose, Symmetric and Row Interchange performed using Pointer Arithmetic
Using structures, 2-D arrays, functions and overloading
A basic CPP Matrix class
ITP course projects from shahid-Beheshti-University (SBU) (Sort Algorithm and Matrix questions)
Math library
Matrix class with basic matrix operations like addition, subtraction, multiplication, scalar multiplication, exponentiation and swapping rows/columns.
Custom implementation of matrix class in C++
A very (very) simple matrix library with basic operations, designed for highly constrained embedded environment.
[c++ Matrix library] Implementation of templetised matrix class with basic mathematical operations, operator overloading and output stream handling.
Add a description, image, and links to the matrix-functions topic page so that developers can more easily learn about it.
To associate your repository with the matrix-functions topic, visit your repo's landing page and select "manage topics."