examples/linalg
Jaime Lopez a6bc879c83 Vectors & Matrices 2021-11-25 13:55:46 -05:00
..
Makefile Vectors & Matrices 2021-11-25 13:55:46 -05:00
README Vectors & Matrices 2021-11-25 13:55:46 -05:00
block.cc Vectors & Matrices 2021-11-25 13:55:46 -05:00
linalg.h Vectors & Matrices 2021-11-25 13:55:46 -05:00
linalg_test.cc Vectors & Matrices 2021-11-25 13:55:46 -05:00
matrix.cc Vectors & Matrices 2021-11-25 13:55:46 -05:00
matrix_io.cc Vectors & Matrices 2021-11-25 13:55:46 -05:00
test.dat Vectors & Matrices 2021-11-25 13:55:46 -05:00
vector.cc Vectors & Matrices 2021-11-25 13:55:46 -05:00
vector_io.cc Vectors & Matrices 2021-11-25 13:55:46 -05:00

README

# Vectors & Matrices

A toy implementation of vector and matrix classes for linear algebra operations.