FNN 1.0.0
Toolbox to use NNs in Fortran.
|
Modules | |
module | fnn_common |
Module fnn_common . Implements some common features. | |
Functions/Subroutines | |
subroutine, public | fnn_common::rand1d (x) |
Fills a 1d table with random numbers. More... | |
subroutine, public | fnn_common::rand2d (x) |
Fills a 2d table with random numbers. More... | |
Variables | |
integer, parameter, public | fnn_common::rk = real64 |
The precision for real numbers. More... | |
integer, parameter, public | fnn_common::ik = int32 |
The precision for integer numbers. More... | |