FloydHsiu / Linear_Algebra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linear-algebra


This project content some simple function of computing the questions of Linear Algebra.

###Input


Handle the input file by DataManager Class

  • new DataManager
  • call SetFileName(Filename) insert the file address
  • call LoadData()

Standard input type

1 (Number of Matrix or Vector waiting to be read)
M (Type of input)
3 3 (Size of the input)
1 2 3
4 5 6
7 8 9 (Data of Matrix)

About


Languages

Language:C++ 100.0%