Skip to content

The 'matrix' class aims at providing the basic operations involving matrices, which can be used in C++ programs. It makes the programmer easy to realize the mathematical operations as normally done when solving by hand. With 'matrix' its now less tiring to perform calculations on large matrices.

License

Notifications You must be signed in to change notification settings

HrushikeshVasista/Class_Matrix_H

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Class_Matrix_H

The 'matrix' class aims at providing the basic operations involving matrices, which can be used in C++ programs. It makes the programmer easy to realize the mathematical operations as normally done when solving by hand. With 'matrix' its now less tiring to perform calculations on large matrices.

The class "matrix" provides the matrix operations:

  • Addition
  • Subtraction
  • Multiplication (matrices)
  • Multiplication (scalar)
  • Inverse
  • Determinant
  • Covariance
  • Append (horizontal)
  • Append (vertical)
  • Shorthand Addition
  • Shorthand Subtraction
  • Shorthand Multiplication (matrices)
  • Shorthand Multiplication (scalar)

About

The 'matrix' class aims at providing the basic operations involving matrices, which can be used in C++ programs. It makes the programmer easy to realize the mathematical operations as normally done when solving by hand. With 'matrix' its now less tiring to perform calculations on large matrices.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages