Procedure | Location | Procedure Type | Description |
---|---|---|---|
and | stdlib_bitsets | Interface | Sets the bits in |
and_not | stdlib_bitsets | Interface | Sets the bits in |
assignment(=) | stdlib_bitsets | Interface | Used to define assignment for |
bits | stdlib_bitsets | Function | Returns the number of bit positions in |
check | stdlib_error | Subroutine | Checks the value of a logical condition (Specification) |
corr | stdlib_stats | Interface | Pearson correlation of array elements (Specification) |
cov | stdlib_stats | Interface | Covariance of array elements (Specification) |
diag | stdlib_linalg | Interface | Creates a diagonal array or extract the diagonal elements of an array (Specification) |
dist_rand | stdlib_stats_distribution_PRNG | Interface | Version experimental |
error_handler | stdlib_bitsets | Subroutine | |
error_stop | stdlib_error | Interface | |
extract | stdlib_bitsets | Interface | Creates a new bitset, |
eye | stdlib_linalg | Function | Constructs the identity matrix (Specification) |
is_alpha | stdlib_ascii | Function | Checks whether |
is_alphanum | stdlib_ascii | Function | Checks whether |
is_ascii | stdlib_ascii | Function | Checks whether or not |
is_blank | stdlib_ascii | Function | Checks whether or not |
is_control | stdlib_ascii | Function | Checks whether |
is_digit | stdlib_ascii | Function | Checks whether |
is_graphical | stdlib_ascii | Function | Checks whether or not |
is_hex_digit | stdlib_ascii | Function | Checks whether |
is_lower | stdlib_ascii | Function | Checks whether |
is_octal_digit | stdlib_ascii | Function | Checks whether |
is_printable | stdlib_ascii | Function | Checks whether or not |
is_punctuation | stdlib_ascii | Function | Checks whether or not |
is_upper | stdlib_ascii | Function | Checks whether |
is_white | stdlib_ascii | Function | Checks whether or not |
loadtxt | stdlib_io | Interface | Loads a 2D array from a text file (Specification) |
mean | stdlib_stats | Interface | Mean of array elements (Specification) |
moment | stdlib_stats | Interface | Central moment of array elements (Specification) |
open | stdlib_io | Function | Opens a file (Specification) |
operator(/=) | stdlib_bitsets | Interface | Returns |
operator(<) | stdlib_bitsets | Interface | Returns |
operator(<=) | stdlib_bitsets | Interface | Returns |
operator(==) | stdlib_bitsets | Interface | Returns |
operator(>) | stdlib_bitsets | Interface | Returns |
operator(>=) | stdlib_bitsets | Interface | Returns |
optval | stdlib_optval | Interface | Fallback value for optional arguments (Specification) |
or | stdlib_bitsets | Interface | Sets the bits in |
parse_mode | stdlib_io | Function | |
random_seed | stdlib_stats_distribution_PRNG | Interface | Version experimental |
reverse | stdlib_ascii | Function | Reverse the character order in the input character variable (Specification) |
savetxt | stdlib_io | Interface | Saves a 2D array into a text file (Specification) |
simps | stdlib_quadrature | Interface | Integrates sampled values using Simpson's rule (Specification) |
simps_weights | stdlib_quadrature | Interface | Integrates sampled values using trapezoidal rule weights for given abscissas (Specification) |
to_lower | stdlib_ascii | Function | Convert character variable to lower case (Specification) |
to_title | stdlib_ascii | Function | Convert character variable to title case (Specification) |
to_upper | stdlib_ascii | Function | Convert character variable to upper case (Specification) |
trace | stdlib_linalg | Interface | Computes the trace of a matrix (Specification) |
trapz | stdlib_quadrature | Interface | Integrates sampled values using trapezoidal rule (Specification) |
trapz_weights | stdlib_quadrature | Interface | Integrates sampled values using trapezoidal rule weights for given abscissas (Specification) |
var | stdlib_stats | Interface | Variance of array elements (Specification) |
xor | stdlib_bitsets | Interface | Sets the bits in |