Update README.md
This commit is contained in:
@@ -109,5 +109,13 @@ Status s = add_inplace(A, B); // modify A itself
|
|||||||
or overloading?
|
or overloading?
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```text
|
||||||
|
Scalar, Vector and Matrix; All in one file or?
|
||||||
|
Matrix C = mul(A, B); // allocate/return result
|
||||||
|
Status s = mul_into(A, B, C); // write into existing matrix
|
||||||
|
Status s = add_inplace(A, B); // modify A itself
|
||||||
|
or overloading?
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user