K-Czaplicki / BiblMat

Math library for using matrices and vectors, with examples of usage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

APRO1_22Z_PRO_BiblMat

                 /$$$$$$$  /$$ /$$       /$$ /$$      /$$             /$$    
                | $$__  $$|__/| $$      | $$| $$$    /$$$            | $$    
                | $$  \ $$ /$$| $$$$$$$ | $$| $$$$  /$$$$  /$$$$$$  /$$$$$$  
                | $$$$$$$ | $$| $$__  $$| $$| $$ $$/$$ $$ |____  $$|_  $$_/  
                | $$__  $$| $$| $$  \ $$| $$| $$  $$$| $$  /$$$$$$$  | $$    
                | $$  \ $$| $$| $$  | $$| $$| $$\  $ | $$ /$$__  $$  | $$ /$$
                | $$$$$$$/| $$| $$$$$$$/| $$| $$ \/  | $$|  $$$$$$$  |  $$$$/
                |_______/ |__/|_______/ |__/|__/     |__/ \_______/   \___/  
                                                             

Description

This program, called BiblMat, allows users to do operations on Matrices and Vectors. It uses our library called MathLibrary.

It has 4 classes: Vector, BigVector, Matrix, BigMatrix. All functions of library are written in ListOfOperations.txt

Authors

License

Only educational or private use is for free.

About

Math library for using matrices and vectors, with examples of usage.


Languages

Language:Java 100.0%