Skip to content

SahaidakYurii/linear_algebra_lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project: linear algebra library

Authors (team):

  • Sahaidak Yurii
  • Pavliuk Bohdan
  • Samoilenko Marta

Compilation

mkdir build && cd build
cmake ..
make

Requirements

  • tbb
  • Eigen

Usage

Library

Include to your project and use

Tests

Google tests framework, run

./tests

Benchmarks

Run one of the executables: benchmark_runner benchmark_svd, sparseMatrix_benchmark,

Main

Used for testing, nothing there

Structure

class description
Tensor<T, N> multidimentional matrix
Matrix the matrix
SparseMatrix the sparse matrix, uses unordered_map to store data
SquareMatrix more functions which defined only for square matrices
Vector custom vector

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors