mpscilab
mpscilab
overloaded_extraction
—
Overloaded Scilab extraction operator
overloaded_insertion
—
Overloaded Scilab insertion operator
mps_abs
—
Element-wise absolute value
mps_add
—
Addition operation
mps_ceil
—
Round up
mps_clear
—
Clear an existing multi-precision matrix and immediatly free the underlying memory.
mps_const_catalan
—
Create and initialize a multi-precision matrix filled with the Catalan's constant
mps_const_e
—
Create and initialize a multi-precision matrix filled with the base of the natural logarithm e
mps_const_euler
—
Create and initialize a multi-precision matrix filled with the Euler-Mascheroni constant
mps_const_log2
—
Create and initialize a multi-precision matrix filled with the natural logarithm of 2
mps_const_pi
—
Create and initialize a multi-precision matrix filled with the value of pi
mps_copy
—
Clone an existing multi-precision matrix.
mps_det
—
Matrix determinant
mps_diag
—
Diagonal insertion and extraction.
mps_div
—
Element-wise division operation
mps_erf
—
Element-wise error function
mps_erfc
—
Element-wise complementary error function
mps_exp
—
Element-wise exponential
mps_exp10
—
Element-wise power of 10
mps_exp2
—
Element-wise power of 2
mps_factorial
—
Element-wise factorial
mps_floor
—
Round down
mps_format
—
Configure the display format
mps_gamma
—
Element-wise gamma function
mps_get_ele
—
Get an element from a matrix
mps_get_ele_seq
—
Get an element from a matrix accessed sequentially
mps_init
—
Create and initialize a multi-precision matrix
mps_init2
—
Create and initialize a multi-precision matrix from a Scilab matrix.
mps_int
—
Round toward zero
mps_inv
—
Matrix inverse
mps_linspace
—
Set or create a linearly spaced vector
mps_log
—
Element-wise natual logarithm
mps_log10
—
Element-wise base-10 logarithm
mps_log1p
—
Natural logarithm of every element plus one
mps_log2
—
Element-wise base-2 logarithm
mps_mat_mul
—
Matrix multiplication
mps_mul
—
Element-wise multiplication operation
mps_nearfloat
—
Get previous or next floating-point number
mps_neg
—
Element-wise negation
mps_ones
—
Create and initialize a multi-precision matrix filled with ones
mps_pow
—
Element-wise exponentiation
mps_prec
—
Query the precision of an MPS matrix
mps_prod
—
Product of matrix elements
mps_round
—
Round to nearest
mps_set_ele
—
Set an element of a matrix
mps_set_ele_seq
—
Set an element of a matrix accessed sequentially
mps_sformat
—
Configure the scalar display format
mps_size
—
Query the size of an MPS matrix
mps_sqr
—
Element-wise squaring
mps_sqrt
—
Element-wise square root
mps_sub
—
Subtraction operation
mps_sum
—
Sum of matrix elements
mps_trace
—
Evaluate the trace of a square matrix.
mps_transpose
—
Matrix transposition.
mps_zeros
—
Create and initialize a multi-precision matrix filled with zeros
Comparison functions
mps_equal
—
Equality predicate operation
mps_greater
—
Greater-than predicate operation
mps_greaterequal
—
Greater or equal predicate operation
mps_isequal
—
Equality test
mps_isinf
—
Infinity predicate operation
mps_isnan
—
NaN predicate operation
mps_less
—
Less-than predicate operation
mps_lessequal
—
Less or equal predicate operation
mps_lessgreater
—
Less or greater predicate operation
Introduction
4-Advanced Topics
—
Advanced informations about using MPScilab
5-Contributors
—
Authors and contributors of MPScilab
1-Introduction
—
Introduction to MPScilab
2-Multi-precision basics
—
Introduction to arbitrary precision floating points
3-MPScilab Basics
—
Introduction to MPScilab
Matrix manipulation
mps_col_div
—
Divide the columns of a matrix
mps_col_exg
—
Swap columns of a matrix
mps_col_scale
—
Scale the columns of a matrix
mps_row_div
—
Divide the rows of a matrix
mps_row_exg
—
Swap rows of a matrix
mps_row_scale
—
Scale the rows of a matrix
Statistics
mps_mean
—
Mean of a vector/matrix entries
mps_stdev
—
Standard deviation of a vector/matrix entries
mps_variance
—
Variance of a vector/matrix entries
Trigonometric functions
mps_acos
—
Element-wise arccosine function
mps_acosh
—
Element-wise area hyperbolic cosine function
mps_asin
—
Element-wise arcsine function
mps_asinh
—
Element-wise area hyperbolic sine function
mps_atan
—
Element-wise arctangent function
mps_atanh
—
Element-wise area hyperbolic arctangent function
mps_cos
—
Element-wise cosine function
mps_cosh
—
Element-wise hyperbolic cosine function
mps_cot
—
Element-wise cotangent function
mps_coth
—
Element-wise hyperbolic cotangent function
mps_csc
—
Element-wise cosecant function
mps_csch
—
Element-wise hyperbolic cosecant function
mps_sec
—
Element-wise secant function
mps_sech
—
Element-wise hyperbolic secant function
mps_sin
—
Element-wise sine function
mps_sinh
—
Element-wise hyperbolic sine function
mps_tan
—
Element-wise tangent function
mps_tanh
—
Element-wise hyperbolic tangent function