libdspl-2.0/dspl/dox/ru/fillarray.dox

17 wiersze
582 B
Plaintext
Czysty Zwykły widok Historia

2018-03-13 20:46:25 +00:00
/**************************************************************************************************
Linspace array filling
int linspace(double x0, double x1, int n, int type, double* x)
***************************************************************************************************/
/**************************************************************************************************
Logspace array filling
int logspace(double x0, double x1, int n, int type, double* x)
***************************************************************************************************/