Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kephalian authored Jul 11, 2022
1 parent 40041fc commit 6d4f648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ public void Compute_solutions_MathCommons(){
Snackbar.make(findViewById(android.R.id.content), e.toString(), Snackbar.LENGTH_LONG).setAction("Action", null).show();
}
```
### Loading variables into Matrix and Vector

### Loading and converting STRING TO/FROM MATRIX/VECTOR variables into Matrix and Vector- UTILITIES
```java
public String Show1DArray_MC(double matrixA[]) {
if((matrixA.length<=0))
return "";
Expand Down

0 comments on commit 6d4f648

Please sign in to comment.