l4lib
l4lib,
a MATLAB code which
contains functions which work with logical variables.
Licensing:
The information on this web page is distributed under the MIT license.
Languages:
l4lib is available in
a C version and
a C++ version and
a Fortran90 version and
a MATLAB version and
an Octave version and
a Python version.
Related Programs:
l4lib_test
c8lib,
a MATLAB code which
implements certain elementary functions for "C8"
or double precision complex variables;
i4lib,
a MATLAB code which
contains many utility routines, using "I4" or
"4 byte integer" arithmetic.
quaternions,
a MATLAB code which
carries out some simple arithmetic operations for quaternions.
r8lib,
a MATLAB code which
contains many utility routines, using "R8" or
"double precision real" arithmetic.
Source Code:
-
i4_to_l4.m,
converts an I4 to an L4;
-
i4_to_l4vec.m,
converts an I4 to an L4VEC;
-
l4_to_i4.m,
converts an L4 to an I4;
-
l4_to_s.m,
converts an L4 to an S ('True' or 'False');
-
l4_uniform.m,
returns a scaled random L4.
-
l4_xor.m,
computes the exclusive OR of two L4's.
-
l4mat_print.m,
prints an L4MAT;
-
l4mat_print_some.m,
prints some of an L4MAT;
-
l4mat_transpose_print.m,
prints an L4MAT, transposed;
-
l4mat_transpose_print_some.m,
prints some of an L4MAT, transposed;
-
l4mat_uniform.m,
returns a random L4MAT.
-
l4vec_next.m,
returns the next L4VEC.
-
l4vec_print.m,
prints a LVEC;
-
l4vec_uniform.m,
returns a random L4VEC.
-
s_to_l4.m
converts a string to an L4;
Last revised on 06 February 2019.