Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 323 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 323 Bytes

vector-operation-class

In this project, I want to define vector operation class. This class that I made will provide vector operation such as addition, substraction, multiplication, skalar multiplication, dot products, etc. The aim of this project is we can perform vector operation easily without define them repeatly.