Functions.module
---------------------------> GNU Sather - module <---------------------------
-- Copyright (C) 2000 by K Hopper, University of Waikato, New Zealand --
-- This file is part of the GNU Sather package. It is free software; you may --
-- redistribute and/or modify it under the terms of the GNU General Public --
-- License (GPL) as published by the Free Software Foundation; either --
-- version 2 of the license, or (at your option) any later version. --
-- This program is distributed in the hope that it will be useful, but --
-- WITHOUT ANY WARRANTY without even the implied warranty of MERCHANTABILITY --
-- or FITNESS FOR A PARTICULAR PURPOSE. See Doc/GPL for more details. --
-- The license text is also available from: Free Software Foundation, Inc., --
-- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA --
--------------> Please email comments to <--------------
-- MATHEMATICS CLASSES
-- These first two files contain additional functions for the FLT/FLTD
-- classes which are needed in following function classes.
funct.sa -has funct.sa LOG_EXP_FUNCTIONS MATH_FUNCTIONS CPX_FUNCTIONS
functd.sa -has functd.sa DLOG_EXP_FUNCTIONS DMATH_FUNCTIONS CPXD_FUNCTIONS
-- Random number classes
random_perm.sa -has random_perm.sa PERM_RANDOM_GEN
random_shaped.sa -has random_shaped.sa DISTRIBUTIONS SHAPED_RANDOM
-- Algorithm classes
svd.sa -has svd.sa NR_SVD -- Singular value decomp.
fft.sa -has fft.sa FFT -- Fast fourier transform
-- Computation of all eigenvalues/eigenvectors of real symm matrices
jacobi.sa -has jacobi.sa JACOBI
-- Matrix and vector classes
abs_mat.sa -has abs_mat.sa $MAT
abs_vec.sa -has abs_vec.sa $VEC
mat.sa -has mat.sa MAT NUMERIC_MAT
matd.sa -has matd.sa MATD
matcpx.sa -has matcpx.sa MATCPX MATCPXD
vec.sa -has vec.sa VEC VEC_LENGTH_MIXIN
vecd.sa -has vecd.sa VECD
veccpx.sa -has veccpx.sa VECCPX_LENGTH_MIXIN VECCPX VECCPXD