-
Notifications
You must be signed in to change notification settings - Fork 0
DOC
itu-itis21-altiparmak20 edited this page Apr 7, 2022
·
1 revision
## Matrix Class
- operator /
- operator /=
- operator *
- operator *=
- operator -
- operator -=
- operator +
- operator +=
- get_shape
- print_shape
## Matrix Functions
- dot
- sigmoid
- exp
- tanh
- zeros
- ones
- random
- reshape
- squeeze
- identity
- swap_rows
- replace_rows
- scale_row
## Vector Class
- get_shape
- print_shape
- norm
## Vector Functions
- get_column_vectors
- get_row_vectors
* Decompositions
- LU
* Algorithms
- inv
- det