Skip to content

A liner algebra support library that is simple and easy to be learned (especially for cpp beginner)

Notifications You must be signed in to change notification settings

shinianyue/Algebra_supporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

Algebra_supporter

A liner algebra support library that is simple and easy to be learned (especially for cpp beginer)

The whole file(or programe) will be written in a single headfile named algebre_sup.h, and it is " headfile only",whitch means you can use it directly into your codes.(read USE for more information)

DESCRIBTION

The Library contains following objects

STRUCTS

martrix:the main viable itcontines a two dimension.

OPERATERS

operater equation
+ Cij = Aij + Bij
- Cij = Aij - Bij
* $\sum$

FUNCTIONS

USE

Copy the main headfile inside your project directly. Just take it as a headfile you write.

About

A liner algebra support library that is simple and easy to be learned (especially for cpp beginner)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages