summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjofret2009-04-28 06:55:15 +0000
committerjofret2009-04-28 06:55:15 +0000
commit89ce1d449dde70966962946e197c576cf350dc31 (patch)
tree913252b78bddfb80d8a7a98db0592950372f91d0 /src
parent49ad35ec2d8a12428a1613e2a955ddae4195e216 (diff)
downloadscilab2c-89ce1d449dde70966962946e197c576cf350dc31.tar.gz
scilab2c-89ce1d449dde70966962946e197c576cf350dc31.tar.bz2
scilab2c-89ce1d449dde70966962946e197c576cf350dc31.zip
Moving source code
Diffstat (limited to 'src')
-rw-r--r--src/c/matrixOperations/Makefile.am (renamed from src/matrixOperations/Makefile.am)0
-rw-r--r--src/c/matrixOperations/Makefile.in (renamed from src/matrixOperations/Makefile.in)10
-rw-r--r--src/c/matrixOperations/cat/Makefile.am (renamed from src/matrixOperations/cat/Makefile.am)0
-rw-r--r--src/c/matrixOperations/cat/Makefile.in (renamed from src/matrixOperations/cat/Makefile.in)10
-rw-r--r--src/c/matrixOperations/cat/ccata.c (renamed from src/matrixOperations/cat/ccata.c)0
-rw-r--r--src/c/matrixOperations/cat/ccats.c (renamed from src/matrixOperations/cat/ccats.c)0
-rw-r--r--src/c/matrixOperations/cat/dcata.c (renamed from src/matrixOperations/cat/dcata.c)0
-rw-r--r--src/c/matrixOperations/cat/dcats.c (renamed from src/matrixOperations/cat/dcats.c)0
-rw-r--r--src/c/matrixOperations/cat/scata.c (renamed from src/matrixOperations/cat/scata.c)0
-rw-r--r--src/c/matrixOperations/cat/scats.c (renamed from src/matrixOperations/cat/scats.c)0
-rw-r--r--src/c/matrixOperations/cat/testDoubleMatrixConcatenation.c (renamed from src/matrixOperations/cat/testDoubleMatrixConcatenation.c)0
-rw-r--r--src/c/matrixOperations/cat/testFloatMatrixConcatenation.c (renamed from src/matrixOperations/cat/testFloatMatrixConcatenation.c)0
-rw-r--r--src/c/matrixOperations/cat/test_DoubleMatrixConcatenation/testDoubleMatrixConcatenation.vcproj (renamed from src/matrixOperations/cat/test_DoubleMatrixConcatenation/testDoubleMatrixConcatenation.vcproj)0
-rw-r--r--src/c/matrixOperations/cat/test_FloatMatrixConcatenation/testFloatMatrixConcatenation.vcproj (renamed from src/matrixOperations/cat/test_FloatMatrixConcatenation/testFloatMatrixConcatenation.vcproj)0
-rw-r--r--src/c/matrixOperations/cat/zcata.c (renamed from src/matrixOperations/cat/zcata.c)0
-rw-r--r--src/c/matrixOperations/cat/zcats.c (renamed from src/matrixOperations/cat/zcats.c)0
-rw-r--r--src/c/matrixOperations/chol/Makefile.am (renamed from src/matrixOperations/chol/Makefile.am)0
-rw-r--r--src/c/matrixOperations/chol/Makefile.in (renamed from src/matrixOperations/chol/Makefile.in)10
-rw-r--r--src/c/matrixOperations/chol/cchola.c (renamed from src/matrixOperations/chol/cchola.c)0
-rw-r--r--src/c/matrixOperations/chol/dchola.c (renamed from src/matrixOperations/chol/dchola.c)0
-rw-r--r--src/c/matrixOperations/chol/dchols.c (renamed from src/matrixOperations/chol/dchols.c)0
-rw-r--r--src/c/matrixOperations/chol/schola.c (renamed from src/matrixOperations/chol/schola.c)0
-rw-r--r--src/c/matrixOperations/chol/schols.c (renamed from src/matrixOperations/chol/schols.c)0
-rw-r--r--src/c/matrixOperations/chol/testDoubleChol.c (renamed from src/matrixOperations/chol/testDoubleChol.c)0
-rw-r--r--src/c/matrixOperations/chol/testFloatChol.c (renamed from src/matrixOperations/chol/testFloatChol.c)0
-rw-r--r--src/c/matrixOperations/chol/test_DoubleChol/testDoubleChol.vcproj (renamed from src/matrixOperations/chol/test_DoubleChol/testDoubleChol.vcproj)0
-rw-r--r--src/c/matrixOperations/chol/test_FloatChol/testFloatChol.vcproj (renamed from src/matrixOperations/chol/test_FloatChol/testFloatChol.vcproj)0
-rw-r--r--src/c/matrixOperations/chol/zchola.c (renamed from src/matrixOperations/chol/zchola.c)0
-rw-r--r--src/c/matrixOperations/determ/Makefile.am (renamed from src/matrixOperations/determ/Makefile.am)0
-rw-r--r--src/c/matrixOperations/determ/Makefile.in (renamed from src/matrixOperations/determ/Makefile.in)10
-rw-r--r--src/c/matrixOperations/determ/cdeterma.c (renamed from src/matrixOperations/determ/cdeterma.c)0
-rw-r--r--src/c/matrixOperations/determ/ddeterma.c (renamed from src/matrixOperations/determ/ddeterma.c)0
-rw-r--r--src/c/matrixOperations/determ/sdeterma.c (renamed from src/matrixOperations/determ/sdeterma.c)0
-rw-r--r--src/c/matrixOperations/determ/testDoubleDeterm.c (renamed from src/matrixOperations/determ/testDoubleDeterm.c)0
-rw-r--r--src/c/matrixOperations/determ/testFloatDeterm.c (renamed from src/matrixOperations/determ/testFloatDeterm.c)0
-rw-r--r--src/c/matrixOperations/determ/test_DoubleDeterm/testDoubleDeterm.vcproj (renamed from src/matrixOperations/determ/test_DoubleDeterm/testDoubleDeterm.vcproj)0
-rw-r--r--src/c/matrixOperations/determ/test_DoubleDist/testDoubleDist.vcproj (renamed from src/matrixOperations/determ/test_DoubleDist/testDoubleDist.vcproj)0
-rw-r--r--src/c/matrixOperations/determ/test_FloatDeterm/testFloatDeterm.vcproj (renamed from src/matrixOperations/determ/test_FloatDeterm/testFloatDeterm.vcproj)0
-rw-r--r--src/c/matrixOperations/determ/zdeterma.c (renamed from src/matrixOperations/determ/zdeterma.c)0
-rw-r--r--src/c/matrixOperations/dist/Makefile.am (renamed from src/matrixOperations/dist/Makefile.am)0
-rw-r--r--src/c/matrixOperations/dist/Makefile.in (renamed from src/matrixOperations/dist/Makefile.in)10
-rw-r--r--src/c/matrixOperations/dist/cdista.c (renamed from src/matrixOperations/dist/cdista.c)0
-rw-r--r--src/c/matrixOperations/dist/cdists.c (renamed from src/matrixOperations/dist/cdists.c)0
-rw-r--r--src/c/matrixOperations/dist/ddista.c (renamed from src/matrixOperations/dist/ddista.c)0
-rw-r--r--src/c/matrixOperations/dist/ddists.c (renamed from src/matrixOperations/dist/ddists.c)0
-rw-r--r--src/c/matrixOperations/dist/sdista.c (renamed from src/matrixOperations/dist/sdista.c)0
-rw-r--r--src/c/matrixOperations/dist/sdists.c (renamed from src/matrixOperations/dist/sdists.c)0
-rw-r--r--src/c/matrixOperations/dist/testDoubleDist.c (renamed from src/matrixOperations/dist/testDoubleDist.c)0
-rw-r--r--src/c/matrixOperations/dist/testFloatDist.c (renamed from src/matrixOperations/dist/testFloatDist.c)0
-rw-r--r--src/c/matrixOperations/dist/test_FloatDist/testFloatDist.vcproj (renamed from src/matrixOperations/dist/test_FloatDist/testFloatDist.vcproj)0
-rw-r--r--src/c/matrixOperations/dist/zdista.c (renamed from src/matrixOperations/dist/zdista.c)0
-rw-r--r--src/c/matrixOperations/dist/zdists.c (renamed from src/matrixOperations/dist/zdists.c)0
-rw-r--r--src/c/matrixOperations/division/Makefile.am (renamed from src/matrixOperations/division/Makefile.am)0
-rw-r--r--src/c/matrixOperations/division/Makefile.in (renamed from src/matrixOperations/division/Makefile.in)10
-rw-r--r--src/c/matrixOperations/division/cldivma.c (renamed from src/matrixOperations/division/cldivma.c)0
-rw-r--r--src/c/matrixOperations/division/crdivma.c (renamed from src/matrixOperations/division/crdivma.c)0
-rw-r--r--src/c/matrixOperations/division/dldivma.c (renamed from src/matrixOperations/division/dldivma.c)0
-rw-r--r--src/c/matrixOperations/division/drdivma.c (renamed from src/matrixOperations/division/drdivma.c)0
-rw-r--r--src/c/matrixOperations/division/sldivma.c (renamed from src/matrixOperations/division/sldivma.c)0
-rw-r--r--src/c/matrixOperations/division/srdivma.c (renamed from src/matrixOperations/division/srdivma.c)0
-rw-r--r--src/c/matrixOperations/division/testMatrixLDivision.c (renamed from src/matrixOperations/division/testMatrixLDivision.c)0
-rw-r--r--src/c/matrixOperations/division/testMatrixRDivision.c (renamed from src/matrixOperations/division/testMatrixRDivision.c)0
-rw-r--r--src/c/matrixOperations/division/test_MatrixLDivision/testMatrixLDivision.vcproj (renamed from src/matrixOperations/division/test_MatrixLDivision/testMatrixLDivision.vcproj)0
-rw-r--r--src/c/matrixOperations/division/test_MatrixRDivision/testMatrixRDivision.vcproj (renamed from src/matrixOperations/division/test_MatrixRDivision/testMatrixRDivision.vcproj)0
-rw-r--r--src/c/matrixOperations/division/zldivma.c (renamed from src/matrixOperations/division/zldivma.c)0
-rw-r--r--src/c/matrixOperations/division/zrdivma.c (renamed from src/matrixOperations/division/zrdivma.c)0
-rw-r--r--src/c/matrixOperations/expm/Makefile.am (renamed from src/matrixOperations/expm/Makefile.am)0
-rw-r--r--src/c/matrixOperations/expm/Makefile.in (renamed from src/matrixOperations/expm/Makefile.in)10
-rw-r--r--src/c/matrixOperations/expm/cexpma.c (renamed from src/matrixOperations/expm/cexpma.c)0
-rw-r--r--src/c/matrixOperations/expm/dexpma.c (renamed from src/matrixOperations/expm/dexpma.c)0
-rw-r--r--src/c/matrixOperations/expm/sexpma.c (renamed from src/matrixOperations/expm/sexpma.c)0
-rw-r--r--src/c/matrixOperations/expm/testMatrixExponential.c (renamed from src/matrixOperations/expm/testMatrixExponential.c)0
-rw-r--r--src/c/matrixOperations/expm/test_MatrixExponential/testMatrixExponential.vcproj (renamed from src/matrixOperations/expm/test_MatrixExponential/testMatrixExponential.vcproj)0
-rw-r--r--src/c/matrixOperations/expm/zexpma.c (renamed from src/matrixOperations/expm/zexpma.c)0
-rw-r--r--src/c/matrixOperations/eye/Makefile.am (renamed from src/matrixOperations/eye/Makefile.am)0
-rw-r--r--src/c/matrixOperations/eye/Makefile.in (renamed from src/matrixOperations/eye/Makefile.in)10
-rw-r--r--src/c/matrixOperations/eye/ceyea.c (renamed from src/matrixOperations/eye/ceyea.c)0
-rw-r--r--src/c/matrixOperations/eye/deyea.c (renamed from src/matrixOperations/eye/deyea.c)0
-rw-r--r--src/c/matrixOperations/eye/seyea.c (renamed from src/matrixOperations/eye/seyea.c)0
-rw-r--r--src/c/matrixOperations/eye/testMatrixEye.c (renamed from src/matrixOperations/eye/testMatrixEye.c)0
-rw-r--r--src/c/matrixOperations/eye/test_MatrixEye/testMatrixEye.vcproj (renamed from src/matrixOperations/eye/test_MatrixEye/testMatrixEye.vcproj)0
-rw-r--r--src/c/matrixOperations/eye/zeyea.c (renamed from src/matrixOperations/eye/zeyea.c)0
-rw-r--r--src/c/matrixOperations/fill/Makefile.am (renamed from src/matrixOperations/fill/Makefile.am)0
-rw-r--r--src/c/matrixOperations/fill/Makefile.in (renamed from src/matrixOperations/fill/Makefile.in)10
-rw-r--r--src/c/matrixOperations/fill/cfilla.c (renamed from src/matrixOperations/fill/cfilla.c)0
-rw-r--r--src/c/matrixOperations/fill/dfilla.c (renamed from src/matrixOperations/fill/dfilla.c)0
-rw-r--r--src/c/matrixOperations/fill/sfilla.c (renamed from src/matrixOperations/fill/sfilla.c)0
-rw-r--r--src/c/matrixOperations/fill/testDoubleFill.c (renamed from src/matrixOperations/fill/testDoubleFill.c)0
-rw-r--r--src/c/matrixOperations/fill/testFloatFill.c (renamed from src/matrixOperations/fill/testFloatFill.c)0
-rw-r--r--src/c/matrixOperations/fill/test_DoubleFill/testDoubleFill.vcproj (renamed from src/matrixOperations/fill/test_DoubleFill/testDoubleFill.vcproj)0
-rw-r--r--src/c/matrixOperations/fill/test_FloatFill/testFloatFill.vcproj (renamed from src/matrixOperations/fill/test_FloatFill/testFloatFill.vcproj)0
-rw-r--r--src/c/matrixOperations/fill/zfilla.c (renamed from src/matrixOperations/fill/zfilla.c)0
-rw-r--r--src/c/matrixOperations/hilbert/Makefile.am (renamed from src/matrixOperations/hilbert/Makefile.am)0
-rw-r--r--src/c/matrixOperations/hilbert/Makefile.in (renamed from src/matrixOperations/hilbert/Makefile.in)10
-rw-r--r--src/c/matrixOperations/hilbert/dhilba.c (renamed from src/matrixOperations/hilbert/dhilba.c)0
-rw-r--r--src/c/matrixOperations/hilbert/shilba.c (renamed from src/matrixOperations/hilbert/shilba.c)0
-rw-r--r--src/c/matrixOperations/hilbert/testHilbert.c (renamed from src/matrixOperations/hilbert/testHilbert.c)0
-rw-r--r--src/c/matrixOperations/hilbert/test_Hilbert/testHilbert.vcproj (renamed from src/matrixOperations/hilbert/test_Hilbert/testHilbert.vcproj)0
-rw-r--r--src/c/matrixOperations/includes/cat.h (renamed from src/matrixOperations/includes/cat.h)0
-rw-r--r--src/c/matrixOperations/includes/chol.h (renamed from src/matrixOperations/includes/chol.h)0
-rw-r--r--src/c/matrixOperations/includes/determ.h (renamed from src/matrixOperations/includes/determ.h)0
-rw-r--r--src/c/matrixOperations/includes/dist.h (renamed from src/matrixOperations/includes/dist.h)0
-rw-r--r--src/c/matrixOperations/includes/dynlib_matrixoperations.h (renamed from src/matrixOperations/includes/dynlib_matrixoperations.h)0
-rw-r--r--src/c/matrixOperations/includes/eye.h (renamed from src/matrixOperations/includes/eye.h)0
-rw-r--r--src/c/matrixOperations/includes/fill.h (renamed from src/matrixOperations/includes/fill.h)0
-rw-r--r--src/c/matrixOperations/includes/hilbert.h (renamed from src/matrixOperations/includes/hilbert.h)0
-rw-r--r--src/c/matrixOperations/includes/infiniteNorm.h (renamed from src/matrixOperations/includes/infiniteNorm.h)0
-rw-r--r--src/c/matrixOperations/includes/jmat.h (renamed from src/matrixOperations/includes/jmat.h)0
-rw-r--r--src/c/matrixOperations/includes/logm.h (renamed from src/matrixOperations/includes/logm.h)0
-rw-r--r--src/c/matrixOperations/includes/matrixDivision.h (renamed from src/matrixOperations/includes/matrixDivision.h)0
-rw-r--r--src/c/matrixOperations/includes/matrixExponential.h (renamed from src/matrixOperations/includes/matrixExponential.h)0
-rw-r--r--src/c/matrixOperations/includes/matrixInversion.h (renamed from src/matrixOperations/includes/matrixInversion.h)0
-rw-r--r--src/c/matrixOperations/includes/matrixMagnitude.h (renamed from src/matrixOperations/includes/matrixMagnitude.h)0
-rw-r--r--src/c/matrixOperations/includes/matrixMultiplication.h (renamed from src/matrixOperations/includes/matrixMultiplication.h)0
-rw-r--r--src/c/matrixOperations/includes/matrixPow.h (renamed from src/matrixOperations/includes/matrixPow.h)0
-rw-r--r--src/c/matrixOperations/includes/matrixSquaredMagnitude.h (renamed from src/matrixOperations/includes/matrixSquaredMagnitude.h)0
-rw-r--r--src/c/matrixOperations/includes/matrixTrace.h (renamed from src/matrixOperations/includes/matrixTrace.h)0
-rw-r--r--src/c/matrixOperations/includes/matrixTranspose.h (renamed from src/matrixOperations/includes/matrixTranspose.h)0
-rw-r--r--src/c/matrixOperations/includes/ones.h (renamed from src/matrixOperations/includes/ones.h)0
-rw-r--r--src/c/matrixOperations/includes/spec.h (renamed from src/matrixOperations/includes/spec.h)0
-rw-r--r--src/c/matrixOperations/includes/zeros.h (renamed from src/matrixOperations/includes/zeros.h)0
-rw-r--r--src/c/matrixOperations/infiniteNorm/Makefile.am (renamed from src/matrixOperations/infiniteNorm/Makefile.am)0
-rw-r--r--src/c/matrixOperations/infiniteNorm/Makefile.in (renamed from src/matrixOperations/infiniteNorm/Makefile.in)10
-rw-r--r--src/c/matrixOperations/infiniteNorm/cinfnorma.c (renamed from src/matrixOperations/infiniteNorm/cinfnorma.c)0
-rw-r--r--src/c/matrixOperations/infiniteNorm/dinfnorma.c (renamed from src/matrixOperations/infiniteNorm/dinfnorma.c)0
-rw-r--r--src/c/matrixOperations/infiniteNorm/sinfnorma.c (renamed from src/matrixOperations/infiniteNorm/sinfnorma.c)0
-rw-r--r--src/c/matrixOperations/infiniteNorm/testMatrixInfiniteNorm.c (renamed from src/matrixOperations/infiniteNorm/testMatrixInfiniteNorm.c)0
-rw-r--r--src/c/matrixOperations/infiniteNorm/test_MatrixInfiniteNorm/testMatrixInfiniteNorm.vcproj (renamed from src/matrixOperations/infiniteNorm/test_MatrixInfiniteNorm/testMatrixInfiniteNorm.vcproj)0
-rw-r--r--src/c/matrixOperations/infiniteNorm/zinfnorma.c (renamed from src/matrixOperations/infiniteNorm/zinfnorma.c)0
-rw-r--r--src/c/matrixOperations/interfaces/int_OpApex.h (renamed from src/matrixOperations/interfaces/int_OpApex.h)0
-rw-r--r--src/c/matrixOperations/interfaces/int_OpBackSlash.h (renamed from src/matrixOperations/interfaces/int_OpBackSlash.h)0
-rw-r--r--src/c/matrixOperations/interfaces/int_OpCc.h (renamed from src/matrixOperations/interfaces/int_OpCc.h)0
-rw-r--r--src/c/matrixOperations/interfaces/int_OpDotApex.h (renamed from src/matrixOperations/interfaces/int_OpDotApex.h)0
-rw-r--r--src/c/matrixOperations/interfaces/int_OpRc.h (renamed from src/matrixOperations/interfaces/int_OpRc.h)0
-rw-r--r--src/c/matrixOperations/interfaces/int_OpSlash.h (renamed from src/matrixOperations/interfaces/int_OpSlash.h)0
-rw-r--r--src/c/matrixOperations/interfaces/int_OpStar.h (renamed from src/matrixOperations/interfaces/int_OpStar.h)0
-rw-r--r--src/c/matrixOperations/interfaces/int_chol.h (renamed from src/matrixOperations/interfaces/int_chol.h)0
-rw-r--r--src/c/matrixOperations/interfaces/int_det.h (renamed from src/matrixOperations/interfaces/int_det.h)0
-rw-r--r--src/c/matrixOperations/interfaces/int_dist.h (renamed from src/matrixOperations/interfaces/int_dist.h)0
-rw-r--r--src/c/matrixOperations/interfaces/int_expm.h (renamed from src/matrixOperations/interfaces/int_expm.h)0
-rw-r--r--src/c/matrixOperations/interfaces/int_eye.h (renamed from src/matrixOperations/interfaces/int_eye.h)0
-rw-r--r--src/c/matrixOperations/interfaces/int_fill.h (renamed from src/matrixOperations/interfaces/int_fill.h)0
-rw-r--r--src/c/matrixOperations/interfaces/int_invert.h (renamed from src/matrixOperations/interfaces/int_invert.h)0
-rw-r--r--src/c/matrixOperations/interfaces/int_ones.h (renamed from src/matrixOperations/interfaces/int_ones.h)0
-rw-r--r--src/c/matrixOperations/interfaces/int_spec.h (renamed from src/matrixOperations/interfaces/int_spec.h)0
-rw-r--r--src/c/matrixOperations/interfaces/int_trace.h (renamed from src/matrixOperations/interfaces/int_trace.h)0
-rw-r--r--src/c/matrixOperations/interfaces/int_transpose.h (renamed from src/matrixOperations/interfaces/int_transpose.h)0
-rw-r--r--src/c/matrixOperations/interfaces/int_v2magn.h (renamed from src/matrixOperations/interfaces/int_v2magn.h)0
-rw-r--r--src/c/matrixOperations/interfaces/int_vmagn.h (renamed from src/matrixOperations/interfaces/int_vmagn.h)0
-rw-r--r--src/c/matrixOperations/interfaces/int_zeros.h (renamed from src/matrixOperations/interfaces/int_zeros.h)0
-rwxr-xr-xsrc/c/matrixOperations/interfaces/interface.sh (renamed from src/matrixOperations/interfaces/interface.sh)0
-rw-r--r--src/c/matrixOperations/inversion/Makefile.am (renamed from src/matrixOperations/inversion/Makefile.am)0
-rw-r--r--src/c/matrixOperations/inversion/Makefile.in (renamed from src/matrixOperations/inversion/Makefile.in)10
-rw-r--r--src/c/matrixOperations/inversion/cinverma.c (renamed from src/matrixOperations/inversion/cinverma.c)0
-rw-r--r--src/c/matrixOperations/inversion/dinverma.c (renamed from src/matrixOperations/inversion/dinverma.c)0
-rw-r--r--src/c/matrixOperations/inversion/sinverma.c (renamed from src/matrixOperations/inversion/sinverma.c)0
-rw-r--r--src/c/matrixOperations/inversion/testMatrixInversion.c (renamed from src/matrixOperations/inversion/testMatrixInversion.c)0
-rw-r--r--src/c/matrixOperations/inversion/test_MatrixInversion/testMatrixInversion.vcproj (renamed from src/matrixOperations/inversion/test_MatrixInversion/testMatrixInversion.vcproj)0
-rw-r--r--src/c/matrixOperations/inversion/zinverma.c (renamed from src/matrixOperations/inversion/zinverma.c)0
-rw-r--r--src/c/matrixOperations/jmat/Makefile.am (renamed from src/matrixOperations/jmat/Makefile.am)0
-rw-r--r--src/c/matrixOperations/jmat/Makefile.in (renamed from src/matrixOperations/jmat/Makefile.in)10
-rw-r--r--src/c/matrixOperations/jmat/djmata.c (renamed from src/matrixOperations/jmat/djmata.c)0
-rw-r--r--src/c/matrixOperations/jmat/sjmata.c (renamed from src/matrixOperations/jmat/sjmata.c)0
-rw-r--r--src/c/matrixOperations/jmat/testJmat.c (renamed from src/matrixOperations/jmat/testJmat.c)0
-rw-r--r--src/c/matrixOperations/jmat/test_Jmat/testJmat.vcproj (renamed from src/matrixOperations/jmat/test_Jmat/testJmat.vcproj)0
-rw-r--r--src/c/matrixOperations/logm/Makefile.am (renamed from src/matrixOperations/logm/Makefile.am)0
-rw-r--r--src/c/matrixOperations/logm/Makefile.in (renamed from src/matrixOperations/logm/Makefile.in)10
-rw-r--r--src/c/matrixOperations/logm/clogma.c (renamed from src/matrixOperations/logm/clogma.c)0
-rw-r--r--src/c/matrixOperations/logm/dlogma.c (renamed from src/matrixOperations/logm/dlogma.c)0
-rw-r--r--src/c/matrixOperations/logm/slogma.c (renamed from src/matrixOperations/logm/slogma.c)0
-rw-r--r--src/c/matrixOperations/logm/testDoubleLogm.c (renamed from src/matrixOperations/logm/testDoubleLogm.c)0
-rw-r--r--src/c/matrixOperations/logm/testFloatLogm.c (renamed from src/matrixOperations/logm/testFloatLogm.c)0
-rw-r--r--src/c/matrixOperations/logm/test_DoubleLogm/testDoubleLogm.vcproj (renamed from src/matrixOperations/logm/test_DoubleLogm/testDoubleLogm.vcproj)0
-rw-r--r--src/c/matrixOperations/logm/test_FloatLogm/testFloatLogm.vcproj (renamed from src/matrixOperations/logm/test_FloatLogm/testFloatLogm.vcproj)0
-rw-r--r--src/c/matrixOperations/logm/zlogma.c (renamed from src/matrixOperations/logm/zlogma.c)0
-rw-r--r--src/c/matrixOperations/magnitude/Makefile.am (renamed from src/matrixOperations/magnitude/Makefile.am)0
-rw-r--r--src/c/matrixOperations/magnitude/Makefile.in (renamed from src/matrixOperations/magnitude/Makefile.in)10
-rw-r--r--src/c/matrixOperations/magnitude/cmagna.c (renamed from src/matrixOperations/magnitude/cmagna.c)0
-rw-r--r--src/c/matrixOperations/magnitude/cmagns.c (renamed from src/matrixOperations/magnitude/cmagns.c)0
-rw-r--r--src/c/matrixOperations/magnitude/dmagna.c (renamed from src/matrixOperations/magnitude/dmagna.c)0
-rw-r--r--src/c/matrixOperations/magnitude/dmagns.c (renamed from src/matrixOperations/magnitude/dmagns.c)0
-rw-r--r--src/c/matrixOperations/magnitude/smagna.c (renamed from src/matrixOperations/magnitude/smagna.c)0
-rw-r--r--src/c/matrixOperations/magnitude/smagns.c (renamed from src/matrixOperations/magnitude/smagns.c)0
-rw-r--r--src/c/matrixOperations/magnitude/testDoubleMagnitude.c (renamed from src/matrixOperations/magnitude/testDoubleMagnitude.c)0
-rw-r--r--src/c/matrixOperations/magnitude/testFloatMagnitude.c (renamed from src/matrixOperations/magnitude/testFloatMagnitude.c)0
-rw-r--r--src/c/matrixOperations/magnitude/test_DoubleMagnitude/testDoubleMagnitude.vcproj (renamed from src/matrixOperations/magnitude/test_DoubleMagnitude/testDoubleMagnitude.vcproj)0
-rw-r--r--src/c/matrixOperations/magnitude/test_FloatMagnitude/testFloatMagnitude.vcproj (renamed from src/matrixOperations/magnitude/test_FloatMagnitude/testFloatMagnitude.vcproj)0
-rw-r--r--src/c/matrixOperations/magnitude/zmagna.c (renamed from src/matrixOperations/magnitude/zmagna.c)0
-rw-r--r--src/c/matrixOperations/magnitude/zmagns.c (renamed from src/matrixOperations/magnitude/zmagns.c)0
-rw-r--r--src/c/matrixOperations/matrixOperations.vcproj (renamed from src/matrixOperations/matrixOperations.vcproj)0
-rw-r--r--src/c/matrixOperations/multiplication/Makefile.am (renamed from src/matrixOperations/multiplication/Makefile.am)0
-rw-r--r--src/c/matrixOperations/multiplication/Makefile.in (renamed from src/matrixOperations/multiplication/Makefile.in)10
-rw-r--r--src/c/matrixOperations/multiplication/cmulma.c (renamed from src/matrixOperations/multiplication/cmulma.c)0
-rw-r--r--src/c/matrixOperations/multiplication/dmulma.c (renamed from src/matrixOperations/multiplication/dmulma.c)0
-rw-r--r--src/c/matrixOperations/multiplication/smulma.c (renamed from src/matrixOperations/multiplication/smulma.c)0
-rw-r--r--src/c/matrixOperations/multiplication/testDoubleMatrixMultiplication.c (renamed from src/matrixOperations/multiplication/testDoubleMatrixMultiplication.c)0
-rw-r--r--src/c/matrixOperations/multiplication/testFloatMatrixMultiplication.c (renamed from src/matrixOperations/multiplication/testFloatMatrixMultiplication.c)0
-rw-r--r--src/c/matrixOperations/multiplication/test_DoubleMatrixMultiplication/testDoubleMatrixMultiplication.vcproj (renamed from src/matrixOperations/multiplication/test_DoubleMatrixMultiplication/testDoubleMatrixMultiplication.vcproj)0
-rw-r--r--src/c/matrixOperations/multiplication/test_FloatMatrixMultiplication/testFloatMatrixMultiplication.vcproj (renamed from src/matrixOperations/multiplication/test_FloatMatrixMultiplication/testFloatMatrixMultiplication.vcproj)0
-rw-r--r--src/c/matrixOperations/multiplication/zmulma.c (renamed from src/matrixOperations/multiplication/zmulma.c)0
-rw-r--r--src/c/matrixOperations/ones/Makefile.am (renamed from src/matrixOperations/ones/Makefile.am)0
-rw-r--r--src/c/matrixOperations/ones/Makefile.in (renamed from src/matrixOperations/ones/Makefile.in)10
-rw-r--r--src/c/matrixOperations/ones/conesa.c (renamed from src/matrixOperations/ones/conesa.c)0
-rw-r--r--src/c/matrixOperations/ones/donesa.c (renamed from src/matrixOperations/ones/donesa.c)0
-rw-r--r--src/c/matrixOperations/ones/sonesa.c (renamed from src/matrixOperations/ones/sonesa.c)0
-rw-r--r--src/c/matrixOperations/ones/testMatrixOnes.c (renamed from src/matrixOperations/ones/testMatrixOnes.c)0
-rw-r--r--src/c/matrixOperations/ones/test_MatrixOnes/testMatrixOnes.vcproj (renamed from src/matrixOperations/ones/test_MatrixOnes/testMatrixOnes.vcproj)0
-rw-r--r--src/c/matrixOperations/ones/zonesa.c (renamed from src/matrixOperations/ones/zonesa.c)0
-rw-r--r--src/c/matrixOperations/powm/Makefile.am (renamed from src/matrixOperations/powm/Makefile.am)0
-rw-r--r--src/c/matrixOperations/powm/Makefile.in (renamed from src/matrixOperations/powm/Makefile.in)10
-rw-r--r--src/c/matrixOperations/powm/cpowma.c (renamed from src/matrixOperations/powm/cpowma.c)0
-rw-r--r--src/c/matrixOperations/powm/dpowma.c (renamed from src/matrixOperations/powm/dpowma.c)0
-rw-r--r--src/c/matrixOperations/powm/spowma.c (renamed from src/matrixOperations/powm/spowma.c)0
-rw-r--r--src/c/matrixOperations/powm/testDoublePowm.c (renamed from src/matrixOperations/powm/testDoublePowm.c)0
-rw-r--r--src/c/matrixOperations/powm/testFloatPowm.c (renamed from src/matrixOperations/powm/testFloatPowm.c)0
-rw-r--r--src/c/matrixOperations/powm/test_DoublePowm/testDoublePowm.vcproj (renamed from src/matrixOperations/powm/test_DoublePowm/testDoublePowm.vcproj)0
-rw-r--r--src/c/matrixOperations/powm/test_FloatPowm/testFloatPowm.vcproj (renamed from src/matrixOperations/powm/test_FloatPowm/testFloatPowm.vcproj)0
-rw-r--r--src/c/matrixOperations/powm/zpowma.c (renamed from src/matrixOperations/powm/zpowma.c)0
-rw-r--r--src/c/matrixOperations/spec/Makefile.am (renamed from src/matrixOperations/spec/Makefile.am)0
-rw-r--r--src/c/matrixOperations/spec/Makefile.in (renamed from src/matrixOperations/spec/Makefile.in)10
-rw-r--r--src/c/matrixOperations/spec/cspeca.c (renamed from src/matrixOperations/spec/cspeca.c)0
-rw-r--r--src/c/matrixOperations/spec/dspeca.c (renamed from src/matrixOperations/spec/dspeca.c)0
-rw-r--r--src/c/matrixOperations/spec/sspeca.c (renamed from src/matrixOperations/spec/sspeca.c)0
-rw-r--r--src/c/matrixOperations/spec/testDoubleSpec.c (renamed from src/matrixOperations/spec/testDoubleSpec.c)0
-rw-r--r--src/c/matrixOperations/spec/testFloatSpec.c (renamed from src/matrixOperations/spec/testFloatSpec.c)0
-rw-r--r--src/c/matrixOperations/spec/test_DoubleSpec/testDoubleSpec.vcproj (renamed from src/matrixOperations/spec/test_DoubleSpec/testDoubleSpec.vcproj)0
-rw-r--r--src/c/matrixOperations/spec/test_FloatSpec/testFloatSpec.vcproj (renamed from src/matrixOperations/spec/test_FloatSpec/testFloatSpec.vcproj)0
-rw-r--r--src/c/matrixOperations/spec/zspeca.c (renamed from src/matrixOperations/spec/zspeca.c)0
-rw-r--r--src/c/matrixOperations/spec2/Makefile.am (renamed from src/matrixOperations/spec2/Makefile.am)0
-rw-r--r--src/c/matrixOperations/spec2/Makefile.in (renamed from src/matrixOperations/spec2/Makefile.in)10
-rw-r--r--src/c/matrixOperations/spec2/cspec2a.c (renamed from src/matrixOperations/spec2/cspec2a.c)0
-rw-r--r--src/c/matrixOperations/spec2/dspec2a.c (renamed from src/matrixOperations/spec2/dspec2a.c)0
-rw-r--r--src/c/matrixOperations/spec2/sspec2a.c (renamed from src/matrixOperations/spec2/sspec2a.c)0
-rw-r--r--src/c/matrixOperations/spec2/testDoubleSpec2.c (renamed from src/matrixOperations/spec2/testDoubleSpec2.c)0
-rw-r--r--src/c/matrixOperations/spec2/testFloatSpec2.c (renamed from src/matrixOperations/spec2/testFloatSpec2.c)0
-rw-r--r--src/c/matrixOperations/spec2/test_DoubleSpec2/testDoubleSpec2.vcproj (renamed from src/matrixOperations/spec2/test_DoubleSpec2/testDoubleSpec2.vcproj)0
-rw-r--r--src/c/matrixOperations/spec2/test_FloatSpec2/testFloatSpec2.vcproj (renamed from src/matrixOperations/spec2/test_FloatSpec2/testFloatSpec2.vcproj)0
-rw-r--r--src/c/matrixOperations/spec2/zspec2a.c (renamed from src/matrixOperations/spec2/zspec2a.c)0
-rw-r--r--src/c/matrixOperations/squaredMagnitude/Makefile.am (renamed from src/matrixOperations/squaredMagnitude/Makefile.am)0
-rw-r--r--src/c/matrixOperations/squaredMagnitude/Makefile.in (renamed from src/matrixOperations/squaredMagnitude/Makefile.in)10
-rw-r--r--src/c/matrixOperations/squaredMagnitude/csquMagna.c (renamed from src/matrixOperations/squaredMagnitude/csquMagna.c)0
-rw-r--r--src/c/matrixOperations/squaredMagnitude/csquMagns.c (renamed from src/matrixOperations/squaredMagnitude/csquMagns.c)0
-rw-r--r--src/c/matrixOperations/squaredMagnitude/dsquMagna.c (renamed from src/matrixOperations/squaredMagnitude/dsquMagna.c)0
-rw-r--r--src/c/matrixOperations/squaredMagnitude/dsquMagns.c (renamed from src/matrixOperations/squaredMagnitude/dsquMagns.c)0
-rw-r--r--src/c/matrixOperations/squaredMagnitude/ssquMagna.c (renamed from src/matrixOperations/squaredMagnitude/ssquMagna.c)0
-rw-r--r--src/c/matrixOperations/squaredMagnitude/ssquMagns.c (renamed from src/matrixOperations/squaredMagnitude/ssquMagns.c)0
-rw-r--r--src/c/matrixOperations/squaredMagnitude/testDoubleSquaredMagnitude.c (renamed from src/matrixOperations/squaredMagnitude/testDoubleSquaredMagnitude.c)0
-rw-r--r--src/c/matrixOperations/squaredMagnitude/testFloatSquaredMagnitude.c (renamed from src/matrixOperations/squaredMagnitude/testFloatSquaredMagnitude.c)0
-rw-r--r--src/c/matrixOperations/squaredMagnitude/test_DoubleSquaredMagnitude/testDoubleSquaredMagnitude.vcproj (renamed from src/matrixOperations/squaredMagnitude/test_DoubleSquaredMagnitude/testDoubleSquaredMagnitude.vcproj)0
-rw-r--r--src/c/matrixOperations/squaredMagnitude/test_FloatSquaredMagnitude/testFloatSquaredMagnitude.vcproj (renamed from src/matrixOperations/squaredMagnitude/test_FloatSquaredMagnitude/testFloatSquaredMagnitude.vcproj)0
-rw-r--r--src/c/matrixOperations/squaredMagnitude/zsquMagna.c (renamed from src/matrixOperations/squaredMagnitude/zsquMagna.c)0
-rw-r--r--src/c/matrixOperations/squaredMagnitude/zsquMagns.c (renamed from src/matrixOperations/squaredMagnitude/zsquMagns.c)0
-rw-r--r--src/c/matrixOperations/trace/Makefile.am (renamed from src/matrixOperations/trace/Makefile.am)0
-rw-r--r--src/c/matrixOperations/trace/Makefile.in (renamed from src/matrixOperations/trace/Makefile.in)10
-rw-r--r--src/c/matrixOperations/trace/ctracea.c (renamed from src/matrixOperations/trace/ctracea.c)0
-rw-r--r--src/c/matrixOperations/trace/dtracea.c (renamed from src/matrixOperations/trace/dtracea.c)0
-rw-r--r--src/c/matrixOperations/trace/stracea.c (renamed from src/matrixOperations/trace/stracea.c)0
-rw-r--r--src/c/matrixOperations/trace/testMatrixTrace.c (renamed from src/matrixOperations/trace/testMatrixTrace.c)0
-rw-r--r--src/c/matrixOperations/trace/test_MatrixTrace/testMatrixTrace.vcproj (renamed from src/matrixOperations/trace/test_MatrixTrace/testMatrixTrace.vcproj)0
-rw-r--r--src/c/matrixOperations/trace/ztracea.c (renamed from src/matrixOperations/trace/ztracea.c)0
-rw-r--r--src/c/matrixOperations/transpose/Makefile.am (renamed from src/matrixOperations/transpose/Makefile.am)0
-rw-r--r--src/c/matrixOperations/transpose/Makefile.in (renamed from src/matrixOperations/transpose/Makefile.in)10
-rw-r--r--src/c/matrixOperations/transpose/ctransposea.c (renamed from src/matrixOperations/transpose/ctransposea.c)0
-rw-r--r--src/c/matrixOperations/transpose/dtransposea.c (renamed from src/matrixOperations/transpose/dtransposea.c)0
-rw-r--r--src/c/matrixOperations/transpose/stransposea.c (renamed from src/matrixOperations/transpose/stransposea.c)0
-rw-r--r--src/c/matrixOperations/transpose/testMatrixTranspose.c (renamed from src/matrixOperations/transpose/testMatrixTranspose.c)0
-rw-r--r--src/c/matrixOperations/transpose/test_MatrixTranspose/testMatrixTranspose.vcproj (renamed from src/matrixOperations/transpose/test_MatrixTranspose/testMatrixTranspose.vcproj)0
-rw-r--r--src/c/matrixOperations/transpose/ztransposea.c (renamed from src/matrixOperations/transpose/ztransposea.c)0
-rw-r--r--src/c/matrixOperations/zeros/Makefile.am (renamed from src/matrixOperations/zeros/Makefile.am)0
-rw-r--r--src/c/matrixOperations/zeros/Makefile.in (renamed from src/matrixOperations/zeros/Makefile.in)10
-rw-r--r--src/c/matrixOperations/zeros/czerosa.c (renamed from src/matrixOperations/zeros/czerosa.c)0
-rw-r--r--src/c/matrixOperations/zeros/dzerosa.c (renamed from src/matrixOperations/zeros/dzerosa.c)0
-rw-r--r--src/c/matrixOperations/zeros/szerosa.c (renamed from src/matrixOperations/zeros/szerosa.c)0
-rw-r--r--src/c/matrixOperations/zeros/testMatrixZeros.c (renamed from src/matrixOperations/zeros/testMatrixZeros.c)0
-rw-r--r--src/c/matrixOperations/zeros/test_MatrixZeros/testMatrixZeros.vcproj (renamed from src/matrixOperations/zeros/test_MatrixZeros/testMatrixZeros.vcproj)0
-rw-r--r--src/c/matrixOperations/zeros/zzerosa.c (renamed from src/matrixOperations/zeros/zzerosa.c)0
276 files changed, 216 insertions, 24 deletions
diff --git a/src/matrixOperations/Makefile.am b/src/c/matrixOperations/Makefile.am
index e343e108..e343e108 100644
--- a/src/matrixOperations/Makefile.am
+++ b/src/c/matrixOperations/Makefile.am
diff --git a/src/matrixOperations/Makefile.in b/src/c/matrixOperations/Makefile.in
index bcb7cd90..f203cdc9 100644
--- a/src/matrixOperations/Makefile.in
+++ b/src/c/matrixOperations/Makefile.in
@@ -75,7 +75,7 @@ CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DSYMUTIL = @DSYMUTIL@
-ECHO = @ECHO@
+DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
@@ -83,24 +83,30 @@ EGREP = @EGREP@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
+FGREP = @FGREP@
GREP = @GREP@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LD = @LD@
LDFLAGS = @LDFLAGS@
LIBMATH = @LIBMATH@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
+LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@
+NM = @NM@
NMEDIT = @NMEDIT@
OBJEXT = @OBJEXT@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
@@ -120,6 +126,7 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
ac_ct_F77 = @ac_ct_F77@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
@@ -151,6 +158,7 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
+lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
diff --git a/src/matrixOperations/cat/Makefile.am b/src/c/matrixOperations/cat/Makefile.am
index 58d218c1..58d218c1 100644
--- a/src/matrixOperations/cat/Makefile.am
+++ b/src/c/matrixOperations/cat/Makefile.am
diff --git a/src/matrixOperations/cat/Makefile.in b/src/c/matrixOperations/cat/Makefile.in
index 73ea5679..3226de81 100644
--- a/src/matrixOperations/cat/Makefile.in
+++ b/src/c/matrixOperations/cat/Makefile.in
@@ -128,7 +128,7 @@ CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DSYMUTIL = @DSYMUTIL@
-ECHO = @ECHO@
+DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
@@ -136,24 +136,30 @@ EGREP = @EGREP@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
+FGREP = @FGREP@
GREP = @GREP@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LD = @LD@
LDFLAGS = @LDFLAGS@
LIBMATH = @LIBMATH@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
+LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@
+NM = @NM@
NMEDIT = @NMEDIT@
OBJEXT = @OBJEXT@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
@@ -173,6 +179,7 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
ac_ct_F77 = @ac_ct_F77@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
@@ -204,6 +211,7 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
+lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
diff --git a/src/matrixOperations/cat/ccata.c b/src/c/matrixOperations/cat/ccata.c
index cd2b4c92..cd2b4c92 100644
--- a/src/matrixOperations/cat/ccata.c
+++ b/src/c/matrixOperations/cat/ccata.c
diff --git a/src/matrixOperations/cat/ccats.c b/src/c/matrixOperations/cat/ccats.c
index c4fab76f..c4fab76f 100644
--- a/src/matrixOperations/cat/ccats.c
+++ b/src/c/matrixOperations/cat/ccats.c
diff --git a/src/matrixOperations/cat/dcata.c b/src/c/matrixOperations/cat/dcata.c
index 0ec7c088..0ec7c088 100644
--- a/src/matrixOperations/cat/dcata.c
+++ b/src/c/matrixOperations/cat/dcata.c
diff --git a/src/matrixOperations/cat/dcats.c b/src/c/matrixOperations/cat/dcats.c
index aea63ecf..aea63ecf 100644
--- a/src/matrixOperations/cat/dcats.c
+++ b/src/c/matrixOperations/cat/dcats.c
diff --git a/src/matrixOperations/cat/scata.c b/src/c/matrixOperations/cat/scata.c
index da0853c6..da0853c6 100644
--- a/src/matrixOperations/cat/scata.c
+++ b/src/c/matrixOperations/cat/scata.c
diff --git a/src/matrixOperations/cat/scats.c b/src/c/matrixOperations/cat/scats.c
index 1f82f9aa..1f82f9aa 100644
--- a/src/matrixOperations/cat/scats.c
+++ b/src/c/matrixOperations/cat/scats.c
diff --git a/src/matrixOperations/cat/testDoubleMatrixConcatenation.c b/src/c/matrixOperations/cat/testDoubleMatrixConcatenation.c
index 29ab3c65..29ab3c65 100644
--- a/src/matrixOperations/cat/testDoubleMatrixConcatenation.c
+++ b/src/c/matrixOperations/cat/testDoubleMatrixConcatenation.c
diff --git a/src/matrixOperations/cat/testFloatMatrixConcatenation.c b/src/c/matrixOperations/cat/testFloatMatrixConcatenation.c
index b34a80f0..b34a80f0 100644
--- a/src/matrixOperations/cat/testFloatMatrixConcatenation.c
+++ b/src/c/matrixOperations/cat/testFloatMatrixConcatenation.c
diff --git a/src/matrixOperations/cat/test_DoubleMatrixConcatenation/testDoubleMatrixConcatenation.vcproj b/src/c/matrixOperations/cat/test_DoubleMatrixConcatenation/testDoubleMatrixConcatenation.vcproj
index 0d9df86e..0d9df86e 100644
--- a/src/matrixOperations/cat/test_DoubleMatrixConcatenation/testDoubleMatrixConcatenation.vcproj
+++ b/src/c/matrixOperations/cat/test_DoubleMatrixConcatenation/testDoubleMatrixConcatenation.vcproj
diff --git a/src/matrixOperations/cat/test_FloatMatrixConcatenation/testFloatMatrixConcatenation.vcproj b/src/c/matrixOperations/cat/test_FloatMatrixConcatenation/testFloatMatrixConcatenation.vcproj
index 212f8714..212f8714 100644
--- a/src/matrixOperations/cat/test_FloatMatrixConcatenation/testFloatMatrixConcatenation.vcproj
+++ b/src/c/matrixOperations/cat/test_FloatMatrixConcatenation/testFloatMatrixConcatenation.vcproj
diff --git a/src/matrixOperations/cat/zcata.c b/src/c/matrixOperations/cat/zcata.c
index 485553d7..485553d7 100644
--- a/src/matrixOperations/cat/zcata.c
+++ b/src/c/matrixOperations/cat/zcata.c
diff --git a/src/matrixOperations/cat/zcats.c b/src/c/matrixOperations/cat/zcats.c
index 107000c9..107000c9 100644
--- a/src/matrixOperations/cat/zcats.c
+++ b/src/c/matrixOperations/cat/zcats.c
diff --git a/src/matrixOperations/chol/Makefile.am b/src/c/matrixOperations/chol/Makefile.am
index 76e9af0b..76e9af0b 100644
--- a/src/matrixOperations/chol/Makefile.am
+++ b/src/c/matrixOperations/chol/Makefile.am
diff --git a/src/matrixOperations/chol/Makefile.in b/src/c/matrixOperations/chol/Makefile.in
index 9e1a6461..d8bf4634 100644
--- a/src/matrixOperations/chol/Makefile.in
+++ b/src/c/matrixOperations/chol/Makefile.in
@@ -113,7 +113,7 @@ CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DSYMUTIL = @DSYMUTIL@
-ECHO = @ECHO@
+DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
@@ -121,24 +121,30 @@ EGREP = @EGREP@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
+FGREP = @FGREP@
GREP = @GREP@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LD = @LD@
LDFLAGS = @LDFLAGS@
LIBMATH = @LIBMATH@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
+LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@
+NM = @NM@
NMEDIT = @NMEDIT@
OBJEXT = @OBJEXT@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
@@ -158,6 +164,7 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
ac_ct_F77 = @ac_ct_F77@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
@@ -189,6 +196,7 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
+lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
diff --git a/src/matrixOperations/chol/cchola.c b/src/c/matrixOperations/chol/cchola.c
index ab576515..ab576515 100644
--- a/src/matrixOperations/chol/cchola.c
+++ b/src/c/matrixOperations/chol/cchola.c
diff --git a/src/matrixOperations/chol/dchola.c b/src/c/matrixOperations/chol/dchola.c
index 1fe54095..1fe54095 100644
--- a/src/matrixOperations/chol/dchola.c
+++ b/src/c/matrixOperations/chol/dchola.c
diff --git a/src/matrixOperations/chol/dchols.c b/src/c/matrixOperations/chol/dchols.c
index bfdb6469..bfdb6469 100644
--- a/src/matrixOperations/chol/dchols.c
+++ b/src/c/matrixOperations/chol/dchols.c
diff --git a/src/matrixOperations/chol/schola.c b/src/c/matrixOperations/chol/schola.c
index 138a41cd..138a41cd 100644
--- a/src/matrixOperations/chol/schola.c
+++ b/src/c/matrixOperations/chol/schola.c
diff --git a/src/matrixOperations/chol/schols.c b/src/c/matrixOperations/chol/schols.c
index db99e3cd..db99e3cd 100644
--- a/src/matrixOperations/chol/schols.c
+++ b/src/c/matrixOperations/chol/schols.c
diff --git a/src/matrixOperations/chol/testDoubleChol.c b/src/c/matrixOperations/chol/testDoubleChol.c
index d54eeec2..d54eeec2 100644
--- a/src/matrixOperations/chol/testDoubleChol.c
+++ b/src/c/matrixOperations/chol/testDoubleChol.c
diff --git a/src/matrixOperations/chol/testFloatChol.c b/src/c/matrixOperations/chol/testFloatChol.c
index 884d0478..884d0478 100644
--- a/src/matrixOperations/chol/testFloatChol.c
+++ b/src/c/matrixOperations/chol/testFloatChol.c
diff --git a/src/matrixOperations/chol/test_DoubleChol/testDoubleChol.vcproj b/src/c/matrixOperations/chol/test_DoubleChol/testDoubleChol.vcproj
index fff17f37..fff17f37 100644
--- a/src/matrixOperations/chol/test_DoubleChol/testDoubleChol.vcproj
+++ b/src/c/matrixOperations/chol/test_DoubleChol/testDoubleChol.vcproj
diff --git a/src/matrixOperations/chol/test_FloatChol/testFloatChol.vcproj b/src/c/matrixOperations/chol/test_FloatChol/testFloatChol.vcproj
index 2772a843..2772a843 100644
--- a/src/matrixOperations/chol/test_FloatChol/testFloatChol.vcproj
+++ b/src/c/matrixOperations/chol/test_FloatChol/testFloatChol.vcproj
diff --git a/src/matrixOperations/chol/zchola.c b/src/c/matrixOperations/chol/zchola.c
index 83661dc5..83661dc5 100644
--- a/src/matrixOperations/chol/zchola.c
+++ b/src/c/matrixOperations/chol/zchola.c
diff --git a/src/matrixOperations/determ/Makefile.am b/src/c/matrixOperations/determ/Makefile.am
index 4acc9ef9..4acc9ef9 100644
--- a/src/matrixOperations/determ/Makefile.am
+++ b/src/c/matrixOperations/determ/Makefile.am
diff --git a/src/matrixOperations/determ/Makefile.in b/src/c/matrixOperations/determ/Makefile.in
index 53fecd28..0a6ed3e7 100644
--- a/src/matrixOperations/determ/Makefile.in
+++ b/src/c/matrixOperations/determ/Makefile.in
@@ -115,7 +115,7 @@ CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DSYMUTIL = @DSYMUTIL@
-ECHO = @ECHO@
+DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
@@ -123,24 +123,30 @@ EGREP = @EGREP@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
+FGREP = @FGREP@
GREP = @GREP@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LD = @LD@
LDFLAGS = @LDFLAGS@
LIBMATH = @LIBMATH@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
+LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@
+NM = @NM@
NMEDIT = @NMEDIT@
OBJEXT = @OBJEXT@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
@@ -160,6 +166,7 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
ac_ct_F77 = @ac_ct_F77@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
@@ -191,6 +198,7 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
+lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
diff --git a/src/matrixOperations/determ/cdeterma.c b/src/c/matrixOperations/determ/cdeterma.c
index 448da1b0..448da1b0 100644
--- a/src/matrixOperations/determ/cdeterma.c
+++ b/src/c/matrixOperations/determ/cdeterma.c
diff --git a/src/matrixOperations/determ/ddeterma.c b/src/c/matrixOperations/determ/ddeterma.c
index 4f8046bb..4f8046bb 100644
--- a/src/matrixOperations/determ/ddeterma.c
+++ b/src/c/matrixOperations/determ/ddeterma.c
diff --git a/src/matrixOperations/determ/sdeterma.c b/src/c/matrixOperations/determ/sdeterma.c
index d7f31ab0..d7f31ab0 100644
--- a/src/matrixOperations/determ/sdeterma.c
+++ b/src/c/matrixOperations/determ/sdeterma.c
diff --git a/src/matrixOperations/determ/testDoubleDeterm.c b/src/c/matrixOperations/determ/testDoubleDeterm.c
index b8462514..b8462514 100644
--- a/src/matrixOperations/determ/testDoubleDeterm.c
+++ b/src/c/matrixOperations/determ/testDoubleDeterm.c
diff --git a/src/matrixOperations/determ/testFloatDeterm.c b/src/c/matrixOperations/determ/testFloatDeterm.c
index d429d020..d429d020 100644
--- a/src/matrixOperations/determ/testFloatDeterm.c
+++ b/src/c/matrixOperations/determ/testFloatDeterm.c
diff --git a/src/matrixOperations/determ/test_DoubleDeterm/testDoubleDeterm.vcproj b/src/c/matrixOperations/determ/test_DoubleDeterm/testDoubleDeterm.vcproj
index c7e01f55..c7e01f55 100644
--- a/src/matrixOperations/determ/test_DoubleDeterm/testDoubleDeterm.vcproj
+++ b/src/c/matrixOperations/determ/test_DoubleDeterm/testDoubleDeterm.vcproj
diff --git a/src/matrixOperations/determ/test_DoubleDist/testDoubleDist.vcproj b/src/c/matrixOperations/determ/test_DoubleDist/testDoubleDist.vcproj
index f3314d1d..f3314d1d 100644
--- a/src/matrixOperations/determ/test_DoubleDist/testDoubleDist.vcproj
+++ b/src/c/matrixOperations/determ/test_DoubleDist/testDoubleDist.vcproj
diff --git a/src/matrixOperations/determ/test_FloatDeterm/testFloatDeterm.vcproj b/src/c/matrixOperations/determ/test_FloatDeterm/testFloatDeterm.vcproj
index 37692319..37692319 100644
--- a/src/matrixOperations/determ/test_FloatDeterm/testFloatDeterm.vcproj
+++ b/src/c/matrixOperations/determ/test_FloatDeterm/testFloatDeterm.vcproj
diff --git a/src/matrixOperations/determ/zdeterma.c b/src/c/matrixOperations/determ/zdeterma.c
index ea7e98d0..ea7e98d0 100644
--- a/src/matrixOperations/determ/zdeterma.c
+++ b/src/c/matrixOperations/determ/zdeterma.c
diff --git a/src/matrixOperations/dist/Makefile.am b/src/c/matrixOperations/dist/Makefile.am
index d9f786df..d9f786df 100644
--- a/src/matrixOperations/dist/Makefile.am
+++ b/src/c/matrixOperations/dist/Makefile.am
diff --git a/src/matrixOperations/dist/Makefile.in b/src/c/matrixOperations/dist/Makefile.in
index a5eddb93..04ac731f 100644
--- a/src/matrixOperations/dist/Makefile.in
+++ b/src/c/matrixOperations/dist/Makefile.in
@@ -113,7 +113,7 @@ CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DSYMUTIL = @DSYMUTIL@
-ECHO = @ECHO@
+DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
@@ -121,24 +121,30 @@ EGREP = @EGREP@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
+FGREP = @FGREP@
GREP = @GREP@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LD = @LD@
LDFLAGS = @LDFLAGS@
LIBMATH = @LIBMATH@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
+LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@
+NM = @NM@
NMEDIT = @NMEDIT@
OBJEXT = @OBJEXT@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
@@ -158,6 +164,7 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
ac_ct_F77 = @ac_ct_F77@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
@@ -189,6 +196,7 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
+lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
diff --git a/src/matrixOperations/dist/cdista.c b/src/c/matrixOperations/dist/cdista.c
index ca0b45f1..ca0b45f1 100644
--- a/src/matrixOperations/dist/cdista.c
+++ b/src/c/matrixOperations/dist/cdista.c
diff --git a/src/matrixOperations/dist/cdists.c b/src/c/matrixOperations/dist/cdists.c
index c949e568..c949e568 100644
--- a/src/matrixOperations/dist/cdists.c
+++ b/src/c/matrixOperations/dist/cdists.c
diff --git a/src/matrixOperations/dist/ddista.c b/src/c/matrixOperations/dist/ddista.c
index bf051a60..bf051a60 100644
--- a/src/matrixOperations/dist/ddista.c
+++ b/src/c/matrixOperations/dist/ddista.c
diff --git a/src/matrixOperations/dist/ddists.c b/src/c/matrixOperations/dist/ddists.c
index 2bbd6feb..2bbd6feb 100644
--- a/src/matrixOperations/dist/ddists.c
+++ b/src/c/matrixOperations/dist/ddists.c
diff --git a/src/matrixOperations/dist/sdista.c b/src/c/matrixOperations/dist/sdista.c
index 438c3908..438c3908 100644
--- a/src/matrixOperations/dist/sdista.c
+++ b/src/c/matrixOperations/dist/sdista.c
diff --git a/src/matrixOperations/dist/sdists.c b/src/c/matrixOperations/dist/sdists.c
index beb3895a..beb3895a 100644
--- a/src/matrixOperations/dist/sdists.c
+++ b/src/c/matrixOperations/dist/sdists.c
diff --git a/src/matrixOperations/dist/testDoubleDist.c b/src/c/matrixOperations/dist/testDoubleDist.c
index 0ec69657..0ec69657 100644
--- a/src/matrixOperations/dist/testDoubleDist.c
+++ b/src/c/matrixOperations/dist/testDoubleDist.c
diff --git a/src/matrixOperations/dist/testFloatDist.c b/src/c/matrixOperations/dist/testFloatDist.c
index 895767ec..895767ec 100644
--- a/src/matrixOperations/dist/testFloatDist.c
+++ b/src/c/matrixOperations/dist/testFloatDist.c
diff --git a/src/matrixOperations/dist/test_FloatDist/testFloatDist.vcproj b/src/c/matrixOperations/dist/test_FloatDist/testFloatDist.vcproj
index 2d4e00ce..2d4e00ce 100644
--- a/src/matrixOperations/dist/test_FloatDist/testFloatDist.vcproj
+++ b/src/c/matrixOperations/dist/test_FloatDist/testFloatDist.vcproj
diff --git a/src/matrixOperations/dist/zdista.c b/src/c/matrixOperations/dist/zdista.c
index b2ecd49f..b2ecd49f 100644
--- a/src/matrixOperations/dist/zdista.c
+++ b/src/c/matrixOperations/dist/zdista.c
diff --git a/src/matrixOperations/dist/zdists.c b/src/c/matrixOperations/dist/zdists.c
index 5d257bd2..5d257bd2 100644
--- a/src/matrixOperations/dist/zdists.c
+++ b/src/c/matrixOperations/dist/zdists.c
diff --git a/src/matrixOperations/division/Makefile.am b/src/c/matrixOperations/division/Makefile.am
index 2d7e5dc8..2d7e5dc8 100644
--- a/src/matrixOperations/division/Makefile.am
+++ b/src/c/matrixOperations/division/Makefile.am
diff --git a/src/matrixOperations/division/Makefile.in b/src/c/matrixOperations/division/Makefile.in
index 865f557a..d2f1f0be 100644
--- a/src/matrixOperations/division/Makefile.in
+++ b/src/c/matrixOperations/division/Makefile.in
@@ -124,7 +124,7 @@ CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DSYMUTIL = @DSYMUTIL@
-ECHO = @ECHO@
+DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
@@ -132,24 +132,30 @@ EGREP = @EGREP@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
+FGREP = @FGREP@
GREP = @GREP@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LD = @LD@
LDFLAGS = @LDFLAGS@
LIBMATH = @LIBMATH@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
+LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@
+NM = @NM@
NMEDIT = @NMEDIT@
OBJEXT = @OBJEXT@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
@@ -169,6 +175,7 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
ac_ct_F77 = @ac_ct_F77@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
@@ -200,6 +207,7 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
+lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
diff --git a/src/matrixOperations/division/cldivma.c b/src/c/matrixOperations/division/cldivma.c
index e24d5d65..e24d5d65 100644
--- a/src/matrixOperations/division/cldivma.c
+++ b/src/c/matrixOperations/division/cldivma.c
diff --git a/src/matrixOperations/division/crdivma.c b/src/c/matrixOperations/division/crdivma.c
index dea6741a..dea6741a 100644
--- a/src/matrixOperations/division/crdivma.c
+++ b/src/c/matrixOperations/division/crdivma.c
diff --git a/src/matrixOperations/division/dldivma.c b/src/c/matrixOperations/division/dldivma.c
index e69b86ef..e69b86ef 100644
--- a/src/matrixOperations/division/dldivma.c
+++ b/src/c/matrixOperations/division/dldivma.c
diff --git a/src/matrixOperations/division/drdivma.c b/src/c/matrixOperations/division/drdivma.c
index 59734417..59734417 100644
--- a/src/matrixOperations/division/drdivma.c
+++ b/src/c/matrixOperations/division/drdivma.c
diff --git a/src/matrixOperations/division/sldivma.c b/src/c/matrixOperations/division/sldivma.c
index 86312823..86312823 100644
--- a/src/matrixOperations/division/sldivma.c
+++ b/src/c/matrixOperations/division/sldivma.c
diff --git a/src/matrixOperations/division/srdivma.c b/src/c/matrixOperations/division/srdivma.c
index b5773870..b5773870 100644
--- a/src/matrixOperations/division/srdivma.c
+++ b/src/c/matrixOperations/division/srdivma.c
diff --git a/src/matrixOperations/division/testMatrixLDivision.c b/src/c/matrixOperations/division/testMatrixLDivision.c
index feae48c3..feae48c3 100644
--- a/src/matrixOperations/division/testMatrixLDivision.c
+++ b/src/c/matrixOperations/division/testMatrixLDivision.c
diff --git a/src/matrixOperations/division/testMatrixRDivision.c b/src/c/matrixOperations/division/testMatrixRDivision.c
index 5e724a01..5e724a01 100644
--- a/src/matrixOperations/division/testMatrixRDivision.c
+++ b/src/c/matrixOperations/division/testMatrixRDivision.c
diff --git a/src/matrixOperations/division/test_MatrixLDivision/testMatrixLDivision.vcproj b/src/c/matrixOperations/division/test_MatrixLDivision/testMatrixLDivision.vcproj
index 93d2eb47..93d2eb47 100644
--- a/src/matrixOperations/division/test_MatrixLDivision/testMatrixLDivision.vcproj
+++ b/src/c/matrixOperations/division/test_MatrixLDivision/testMatrixLDivision.vcproj
diff --git a/src/matrixOperations/division/test_MatrixRDivision/testMatrixRDivision.vcproj b/src/c/matrixOperations/division/test_MatrixRDivision/testMatrixRDivision.vcproj
index d1ec94d4..d1ec94d4 100644
--- a/src/matrixOperations/division/test_MatrixRDivision/testMatrixRDivision.vcproj
+++ b/src/c/matrixOperations/division/test_MatrixRDivision/testMatrixRDivision.vcproj
diff --git a/src/matrixOperations/division/zldivma.c b/src/c/matrixOperations/division/zldivma.c
index 9f58311f..9f58311f 100644
--- a/src/matrixOperations/division/zldivma.c
+++ b/src/c/matrixOperations/division/zldivma.c
diff --git a/src/matrixOperations/division/zrdivma.c b/src/c/matrixOperations/division/zrdivma.c
index bb684baa..bb684baa 100644
--- a/src/matrixOperations/division/zrdivma.c
+++ b/src/c/matrixOperations/division/zrdivma.c
diff --git a/src/matrixOperations/expm/Makefile.am b/src/c/matrixOperations/expm/Makefile.am
index a8c909cf..a8c909cf 100644
--- a/src/matrixOperations/expm/Makefile.am
+++ b/src/c/matrixOperations/expm/Makefile.am
diff --git a/src/matrixOperations/expm/Makefile.in b/src/c/matrixOperations/expm/Makefile.in
index 34bd33a9..a3749810 100644
--- a/src/matrixOperations/expm/Makefile.in
+++ b/src/c/matrixOperations/expm/Makefile.in
@@ -112,7 +112,7 @@ CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DSYMUTIL = @DSYMUTIL@
-ECHO = @ECHO@
+DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
@@ -120,24 +120,30 @@ EGREP = @EGREP@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
+FGREP = @FGREP@
GREP = @GREP@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LD = @LD@
LDFLAGS = @LDFLAGS@
LIBMATH = @LIBMATH@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
+LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@
+NM = @NM@
NMEDIT = @NMEDIT@
OBJEXT = @OBJEXT@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
@@ -157,6 +163,7 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
ac_ct_F77 = @ac_ct_F77@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
@@ -188,6 +195,7 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
+lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
diff --git a/src/matrixOperations/expm/cexpma.c b/src/c/matrixOperations/expm/cexpma.c
index 7da0fc70..7da0fc70 100644
--- a/src/matrixOperations/expm/cexpma.c
+++ b/src/c/matrixOperations/expm/cexpma.c
diff --git a/src/matrixOperations/expm/dexpma.c b/src/c/matrixOperations/expm/dexpma.c
index d9b42327..d9b42327 100644
--- a/src/matrixOperations/expm/dexpma.c
+++ b/src/c/matrixOperations/expm/dexpma.c
diff --git a/src/matrixOperations/expm/sexpma.c b/src/c/matrixOperations/expm/sexpma.c
index cd969981..cd969981 100644
--- a/src/matrixOperations/expm/sexpma.c
+++ b/src/c/matrixOperations/expm/sexpma.c
diff --git a/src/matrixOperations/expm/testMatrixExponential.c b/src/c/matrixOperations/expm/testMatrixExponential.c
index 72586c53..72586c53 100644
--- a/src/matrixOperations/expm/testMatrixExponential.c
+++ b/src/c/matrixOperations/expm/testMatrixExponential.c
diff --git a/src/matrixOperations/expm/test_MatrixExponential/testMatrixExponential.vcproj b/src/c/matrixOperations/expm/test_MatrixExponential/testMatrixExponential.vcproj
index c791051e..c791051e 100644
--- a/src/matrixOperations/expm/test_MatrixExponential/testMatrixExponential.vcproj
+++ b/src/c/matrixOperations/expm/test_MatrixExponential/testMatrixExponential.vcproj
diff --git a/src/matrixOperations/expm/zexpma.c b/src/c/matrixOperations/expm/zexpma.c
index 3de35e02..3de35e02 100644
--- a/src/matrixOperations/expm/zexpma.c
+++ b/src/c/matrixOperations/expm/zexpma.c
diff --git a/src/matrixOperations/eye/Makefile.am b/src/c/matrixOperations/eye/Makefile.am
index 74280acd..74280acd 100644
--- a/src/matrixOperations/eye/Makefile.am
+++ b/src/c/matrixOperations/eye/Makefile.am
diff --git a/src/matrixOperations/eye/Makefile.in b/src/c/matrixOperations/eye/Makefile.in
index 62ae1f2f..2729071c 100644
--- a/src/matrixOperations/eye/Makefile.in
+++ b/src/c/matrixOperations/eye/Makefile.in
@@ -104,7 +104,7 @@ CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DSYMUTIL = @DSYMUTIL@
-ECHO = @ECHO@
+DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
@@ -112,24 +112,30 @@ EGREP = @EGREP@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
+FGREP = @FGREP@
GREP = @GREP@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LD = @LD@
LDFLAGS = @LDFLAGS@
LIBMATH = @LIBMATH@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
+LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@
+NM = @NM@
NMEDIT = @NMEDIT@
OBJEXT = @OBJEXT@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
@@ -149,6 +155,7 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
ac_ct_F77 = @ac_ct_F77@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
@@ -180,6 +187,7 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
+lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
diff --git a/src/matrixOperations/eye/ceyea.c b/src/c/matrixOperations/eye/ceyea.c
index 735018c6..735018c6 100644
--- a/src/matrixOperations/eye/ceyea.c
+++ b/src/c/matrixOperations/eye/ceyea.c
diff --git a/src/matrixOperations/eye/deyea.c b/src/c/matrixOperations/eye/deyea.c
index eed9c05d..eed9c05d 100644
--- a/src/matrixOperations/eye/deyea.c
+++ b/src/c/matrixOperations/eye/deyea.c
diff --git a/src/matrixOperations/eye/seyea.c b/src/c/matrixOperations/eye/seyea.c
index 2f256b86..2f256b86 100644
--- a/src/matrixOperations/eye/seyea.c
+++ b/src/c/matrixOperations/eye/seyea.c
diff --git a/src/matrixOperations/eye/testMatrixEye.c b/src/c/matrixOperations/eye/testMatrixEye.c
index a3682743..a3682743 100644
--- a/src/matrixOperations/eye/testMatrixEye.c
+++ b/src/c/matrixOperations/eye/testMatrixEye.c
diff --git a/src/matrixOperations/eye/test_MatrixEye/testMatrixEye.vcproj b/src/c/matrixOperations/eye/test_MatrixEye/testMatrixEye.vcproj
index cfa315b2..cfa315b2 100644
--- a/src/matrixOperations/eye/test_MatrixEye/testMatrixEye.vcproj
+++ b/src/c/matrixOperations/eye/test_MatrixEye/testMatrixEye.vcproj
diff --git a/src/matrixOperations/eye/zeyea.c b/src/c/matrixOperations/eye/zeyea.c
index 622cc48e..622cc48e 100644
--- a/src/matrixOperations/eye/zeyea.c
+++ b/src/c/matrixOperations/eye/zeyea.c
diff --git a/src/matrixOperations/fill/Makefile.am b/src/c/matrixOperations/fill/Makefile.am
index 29329a53..29329a53 100644
--- a/src/matrixOperations/fill/Makefile.am
+++ b/src/c/matrixOperations/fill/Makefile.am
diff --git a/src/matrixOperations/fill/Makefile.in b/src/c/matrixOperations/fill/Makefile.in
index 532391b6..6afc3a49 100644
--- a/src/matrixOperations/fill/Makefile.in
+++ b/src/c/matrixOperations/fill/Makefile.in
@@ -112,7 +112,7 @@ CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DSYMUTIL = @DSYMUTIL@
-ECHO = @ECHO@
+DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
@@ -120,24 +120,30 @@ EGREP = @EGREP@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
+FGREP = @FGREP@
GREP = @GREP@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LD = @LD@
LDFLAGS = @LDFLAGS@
LIBMATH = @LIBMATH@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
+LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@
+NM = @NM@
NMEDIT = @NMEDIT@
OBJEXT = @OBJEXT@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
@@ -157,6 +163,7 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
ac_ct_F77 = @ac_ct_F77@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
@@ -188,6 +195,7 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
+lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
diff --git a/src/matrixOperations/fill/cfilla.c b/src/c/matrixOperations/fill/cfilla.c
index 0c591047..0c591047 100644
--- a/src/matrixOperations/fill/cfilla.c
+++ b/src/c/matrixOperations/fill/cfilla.c
diff --git a/src/matrixOperations/fill/dfilla.c b/src/c/matrixOperations/fill/dfilla.c
index 69870fd6..69870fd6 100644
--- a/src/matrixOperations/fill/dfilla.c
+++ b/src/c/matrixOperations/fill/dfilla.c
diff --git a/src/matrixOperations/fill/sfilla.c b/src/c/matrixOperations/fill/sfilla.c
index 8201e40f..8201e40f 100644
--- a/src/matrixOperations/fill/sfilla.c
+++ b/src/c/matrixOperations/fill/sfilla.c
diff --git a/src/matrixOperations/fill/testDoubleFill.c b/src/c/matrixOperations/fill/testDoubleFill.c
index 0b5a88c2..0b5a88c2 100644
--- a/src/matrixOperations/fill/testDoubleFill.c
+++ b/src/c/matrixOperations/fill/testDoubleFill.c
diff --git a/src/matrixOperations/fill/testFloatFill.c b/src/c/matrixOperations/fill/testFloatFill.c
index cfe1e61b..cfe1e61b 100644
--- a/src/matrixOperations/fill/testFloatFill.c
+++ b/src/c/matrixOperations/fill/testFloatFill.c
diff --git a/src/matrixOperations/fill/test_DoubleFill/testDoubleFill.vcproj b/src/c/matrixOperations/fill/test_DoubleFill/testDoubleFill.vcproj
index f3c3b0d5..f3c3b0d5 100644
--- a/src/matrixOperations/fill/test_DoubleFill/testDoubleFill.vcproj
+++ b/src/c/matrixOperations/fill/test_DoubleFill/testDoubleFill.vcproj
diff --git a/src/matrixOperations/fill/test_FloatFill/testFloatFill.vcproj b/src/c/matrixOperations/fill/test_FloatFill/testFloatFill.vcproj
index cb02172f..cb02172f 100644
--- a/src/matrixOperations/fill/test_FloatFill/testFloatFill.vcproj
+++ b/src/c/matrixOperations/fill/test_FloatFill/testFloatFill.vcproj
diff --git a/src/matrixOperations/fill/zfilla.c b/src/c/matrixOperations/fill/zfilla.c
index 2936cc59..2936cc59 100644
--- a/src/matrixOperations/fill/zfilla.c
+++ b/src/c/matrixOperations/fill/zfilla.c
diff --git a/src/matrixOperations/hilbert/Makefile.am b/src/c/matrixOperations/hilbert/Makefile.am
index 0b5ca42d..0b5ca42d 100644
--- a/src/matrixOperations/hilbert/Makefile.am
+++ b/src/c/matrixOperations/hilbert/Makefile.am
diff --git a/src/matrixOperations/hilbert/Makefile.in b/src/c/matrixOperations/hilbert/Makefile.in
index 8c70a76c..d9776594 100644
--- a/src/matrixOperations/hilbert/Makefile.in
+++ b/src/c/matrixOperations/hilbert/Makefile.in
@@ -103,7 +103,7 @@ CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DSYMUTIL = @DSYMUTIL@
-ECHO = @ECHO@
+DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
@@ -111,24 +111,30 @@ EGREP = @EGREP@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
+FGREP = @FGREP@
GREP = @GREP@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LD = @LD@
LDFLAGS = @LDFLAGS@
LIBMATH = @LIBMATH@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
+LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@
+NM = @NM@
NMEDIT = @NMEDIT@
OBJEXT = @OBJEXT@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
@@ -148,6 +154,7 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
ac_ct_F77 = @ac_ct_F77@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
@@ -179,6 +186,7 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
+lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
diff --git a/src/matrixOperations/hilbert/dhilba.c b/src/c/matrixOperations/hilbert/dhilba.c
index 6c47227f..6c47227f 100644
--- a/src/matrixOperations/hilbert/dhilba.c
+++ b/src/c/matrixOperations/hilbert/dhilba.c
diff --git a/src/matrixOperations/hilbert/shilba.c b/src/c/matrixOperations/hilbert/shilba.c
index bd3b5ee5..bd3b5ee5 100644
--- a/src/matrixOperations/hilbert/shilba.c
+++ b/src/c/matrixOperations/hilbert/shilba.c
diff --git a/src/matrixOperations/hilbert/testHilbert.c b/src/c/matrixOperations/hilbert/testHilbert.c
index 5a2029aa..5a2029aa 100644
--- a/src/matrixOperations/hilbert/testHilbert.c
+++ b/src/c/matrixOperations/hilbert/testHilbert.c
diff --git a/src/matrixOperations/hilbert/test_Hilbert/testHilbert.vcproj b/src/c/matrixOperations/hilbert/test_Hilbert/testHilbert.vcproj
index d6871fae..d6871fae 100644
--- a/src/matrixOperations/hilbert/test_Hilbert/testHilbert.vcproj
+++ b/src/c/matrixOperations/hilbert/test_Hilbert/testHilbert.vcproj
diff --git a/src/matrixOperations/includes/cat.h b/src/c/matrixOperations/includes/cat.h
index 9f64a157..9f64a157 100644
--- a/src/matrixOperations/includes/cat.h
+++ b/src/c/matrixOperations/includes/cat.h
diff --git a/src/matrixOperations/includes/chol.h b/src/c/matrixOperations/includes/chol.h
index 0a17406d..0a17406d 100644
--- a/src/matrixOperations/includes/chol.h
+++ b/src/c/matrixOperations/includes/chol.h
diff --git a/src/matrixOperations/includes/determ.h b/src/c/matrixOperations/includes/determ.h
index d915c31b..d915c31b 100644
--- a/src/matrixOperations/includes/determ.h
+++ b/src/c/matrixOperations/includes/determ.h
diff --git a/src/matrixOperations/includes/dist.h b/src/c/matrixOperations/includes/dist.h
index bf45a8d7..bf45a8d7 100644
--- a/src/matrixOperations/includes/dist.h
+++ b/src/c/matrixOperations/includes/dist.h
diff --git a/src/matrixOperations/includes/dynlib_matrixoperations.h b/src/c/matrixOperations/includes/dynlib_matrixoperations.h
index b17cad84..b17cad84 100644
--- a/src/matrixOperations/includes/dynlib_matrixoperations.h
+++ b/src/c/matrixOperations/includes/dynlib_matrixoperations.h
diff --git a/src/matrixOperations/includes/eye.h b/src/c/matrixOperations/includes/eye.h
index f7f2ef2f..f7f2ef2f 100644
--- a/src/matrixOperations/includes/eye.h
+++ b/src/c/matrixOperations/includes/eye.h
diff --git a/src/matrixOperations/includes/fill.h b/src/c/matrixOperations/includes/fill.h
index 09b8d811..09b8d811 100644
--- a/src/matrixOperations/includes/fill.h
+++ b/src/c/matrixOperations/includes/fill.h
diff --git a/src/matrixOperations/includes/hilbert.h b/src/c/matrixOperations/includes/hilbert.h
index 15f233fe..15f233fe 100644
--- a/src/matrixOperations/includes/hilbert.h
+++ b/src/c/matrixOperations/includes/hilbert.h
diff --git a/src/matrixOperations/includes/infiniteNorm.h b/src/c/matrixOperations/includes/infiniteNorm.h
index 130cfeaf..130cfeaf 100644
--- a/src/matrixOperations/includes/infiniteNorm.h
+++ b/src/c/matrixOperations/includes/infiniteNorm.h
diff --git a/src/matrixOperations/includes/jmat.h b/src/c/matrixOperations/includes/jmat.h
index 38a8b1e2..38a8b1e2 100644
--- a/src/matrixOperations/includes/jmat.h
+++ b/src/c/matrixOperations/includes/jmat.h
diff --git a/src/matrixOperations/includes/logm.h b/src/c/matrixOperations/includes/logm.h
index 7eec569d..7eec569d 100644
--- a/src/matrixOperations/includes/logm.h
+++ b/src/c/matrixOperations/includes/logm.h
diff --git a/src/matrixOperations/includes/matrixDivision.h b/src/c/matrixOperations/includes/matrixDivision.h
index 9ea86d96..9ea86d96 100644
--- a/src/matrixOperations/includes/matrixDivision.h
+++ b/src/c/matrixOperations/includes/matrixDivision.h
diff --git a/src/matrixOperations/includes/matrixExponential.h b/src/c/matrixOperations/includes/matrixExponential.h
index 4b3cd8a0..4b3cd8a0 100644
--- a/src/matrixOperations/includes/matrixExponential.h
+++ b/src/c/matrixOperations/includes/matrixExponential.h
diff --git a/src/matrixOperations/includes/matrixInversion.h b/src/c/matrixOperations/includes/matrixInversion.h
index 90312459..90312459 100644
--- a/src/matrixOperations/includes/matrixInversion.h
+++ b/src/c/matrixOperations/includes/matrixInversion.h
diff --git a/src/matrixOperations/includes/matrixMagnitude.h b/src/c/matrixOperations/includes/matrixMagnitude.h
index 7b65c6d9..7b65c6d9 100644
--- a/src/matrixOperations/includes/matrixMagnitude.h
+++ b/src/c/matrixOperations/includes/matrixMagnitude.h
diff --git a/src/matrixOperations/includes/matrixMultiplication.h b/src/c/matrixOperations/includes/matrixMultiplication.h
index 228dd163..228dd163 100644
--- a/src/matrixOperations/includes/matrixMultiplication.h
+++ b/src/c/matrixOperations/includes/matrixMultiplication.h
diff --git a/src/matrixOperations/includes/matrixPow.h b/src/c/matrixOperations/includes/matrixPow.h
index d7ffab31..d7ffab31 100644
--- a/src/matrixOperations/includes/matrixPow.h
+++ b/src/c/matrixOperations/includes/matrixPow.h
diff --git a/src/matrixOperations/includes/matrixSquaredMagnitude.h b/src/c/matrixOperations/includes/matrixSquaredMagnitude.h
index 9ee64c32..9ee64c32 100644
--- a/src/matrixOperations/includes/matrixSquaredMagnitude.h
+++ b/src/c/matrixOperations/includes/matrixSquaredMagnitude.h
diff --git a/src/matrixOperations/includes/matrixTrace.h b/src/c/matrixOperations/includes/matrixTrace.h
index 76b77454..76b77454 100644
--- a/src/matrixOperations/includes/matrixTrace.h
+++ b/src/c/matrixOperations/includes/matrixTrace.h
diff --git a/src/matrixOperations/includes/matrixTranspose.h b/src/c/matrixOperations/includes/matrixTranspose.h
index 122b618d..122b618d 100644
--- a/src/matrixOperations/includes/matrixTranspose.h
+++ b/src/c/matrixOperations/includes/matrixTranspose.h
diff --git a/src/matrixOperations/includes/ones.h b/src/c/matrixOperations/includes/ones.h
index 63d8bd4b..63d8bd4b 100644
--- a/src/matrixOperations/includes/ones.h
+++ b/src/c/matrixOperations/includes/ones.h
diff --git a/src/matrixOperations/includes/spec.h b/src/c/matrixOperations/includes/spec.h
index b7b7d35c..b7b7d35c 100644
--- a/src/matrixOperations/includes/spec.h
+++ b/src/c/matrixOperations/includes/spec.h
diff --git a/src/matrixOperations/includes/zeros.h b/src/c/matrixOperations/includes/zeros.h
index e2f3f002..e2f3f002 100644
--- a/src/matrixOperations/includes/zeros.h
+++ b/src/c/matrixOperations/includes/zeros.h
diff --git a/src/matrixOperations/infiniteNorm/Makefile.am b/src/c/matrixOperations/infiniteNorm/Makefile.am
index 0fae9268..0fae9268 100644
--- a/src/matrixOperations/infiniteNorm/Makefile.am
+++ b/src/c/matrixOperations/infiniteNorm/Makefile.am
diff --git a/src/matrixOperations/infiniteNorm/Makefile.in b/src/c/matrixOperations/infiniteNorm/Makefile.in
index d93ce6a9..a9aa76b9 100644
--- a/src/matrixOperations/infiniteNorm/Makefile.in
+++ b/src/c/matrixOperations/infiniteNorm/Makefile.in
@@ -112,7 +112,7 @@ CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DSYMUTIL = @DSYMUTIL@
-ECHO = @ECHO@
+DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
@@ -120,24 +120,30 @@ EGREP = @EGREP@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
+FGREP = @FGREP@
GREP = @GREP@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LD = @LD@
LDFLAGS = @LDFLAGS@
LIBMATH = @LIBMATH@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
+LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@
+NM = @NM@
NMEDIT = @NMEDIT@
OBJEXT = @OBJEXT@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
@@ -157,6 +163,7 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
ac_ct_F77 = @ac_ct_F77@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
@@ -188,6 +195,7 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
+lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
diff --git a/src/matrixOperations/infiniteNorm/cinfnorma.c b/src/c/matrixOperations/infiniteNorm/cinfnorma.c
index 5d67aca9..5d67aca9 100644
--- a/src/matrixOperations/infiniteNorm/cinfnorma.c
+++ b/src/c/matrixOperations/infiniteNorm/cinfnorma.c
diff --git a/src/matrixOperations/infiniteNorm/dinfnorma.c b/src/c/matrixOperations/infiniteNorm/dinfnorma.c
index ba414bba..ba414bba 100644
--- a/src/matrixOperations/infiniteNorm/dinfnorma.c
+++ b/src/c/matrixOperations/infiniteNorm/dinfnorma.c
diff --git a/src/matrixOperations/infiniteNorm/sinfnorma.c b/src/c/matrixOperations/infiniteNorm/sinfnorma.c
index 3c614afd..3c614afd 100644
--- a/src/matrixOperations/infiniteNorm/sinfnorma.c
+++ b/src/c/matrixOperations/infiniteNorm/sinfnorma.c
diff --git a/src/matrixOperations/infiniteNorm/testMatrixInfiniteNorm.c b/src/c/matrixOperations/infiniteNorm/testMatrixInfiniteNorm.c
index 8dc4c7ff..8dc4c7ff 100644
--- a/src/matrixOperations/infiniteNorm/testMatrixInfiniteNorm.c
+++ b/src/c/matrixOperations/infiniteNorm/testMatrixInfiniteNorm.c
diff --git a/src/matrixOperations/infiniteNorm/test_MatrixInfiniteNorm/testMatrixInfiniteNorm.vcproj b/src/c/matrixOperations/infiniteNorm/test_MatrixInfiniteNorm/testMatrixInfiniteNorm.vcproj
index 9e6397ce..9e6397ce 100644
--- a/src/matrixOperations/infiniteNorm/test_MatrixInfiniteNorm/testMatrixInfiniteNorm.vcproj
+++ b/src/c/matrixOperations/infiniteNorm/test_MatrixInfiniteNorm/testMatrixInfiniteNorm.vcproj
diff --git a/src/matrixOperations/infiniteNorm/zinfnorma.c b/src/c/matrixOperations/infiniteNorm/zinfnorma.c
index bc683903..bc683903 100644
--- a/src/matrixOperations/infiniteNorm/zinfnorma.c
+++ b/src/c/matrixOperations/infiniteNorm/zinfnorma.c
diff --git a/src/matrixOperations/interfaces/int_OpApex.h b/src/c/matrixOperations/interfaces/int_OpApex.h
index 4915e204..4915e204 100644
--- a/src/matrixOperations/interfaces/int_OpApex.h
+++ b/src/c/matrixOperations/interfaces/int_OpApex.h
diff --git a/src/matrixOperations/interfaces/int_OpBackSlash.h b/src/c/matrixOperations/interfaces/int_OpBackSlash.h
index 898c37be..898c37be 100644
--- a/src/matrixOperations/interfaces/int_OpBackSlash.h
+++ b/src/c/matrixOperations/interfaces/int_OpBackSlash.h
diff --git a/src/matrixOperations/interfaces/int_OpCc.h b/src/c/matrixOperations/interfaces/int_OpCc.h
index 48ff3907..48ff3907 100644
--- a/src/matrixOperations/interfaces/int_OpCc.h
+++ b/src/c/matrixOperations/interfaces/int_OpCc.h
diff --git a/src/matrixOperations/interfaces/int_OpDotApex.h b/src/c/matrixOperations/interfaces/int_OpDotApex.h
index 4978ca56..4978ca56 100644
--- a/src/matrixOperations/interfaces/int_OpDotApex.h
+++ b/src/c/matrixOperations/interfaces/int_OpDotApex.h
diff --git a/src/matrixOperations/interfaces/int_OpRc.h b/src/c/matrixOperations/interfaces/int_OpRc.h
index dc614694..dc614694 100644
--- a/src/matrixOperations/interfaces/int_OpRc.h
+++ b/src/c/matrixOperations/interfaces/int_OpRc.h
diff --git a/src/matrixOperations/interfaces/int_OpSlash.h b/src/c/matrixOperations/interfaces/int_OpSlash.h
index 20930a0a..20930a0a 100644
--- a/src/matrixOperations/interfaces/int_OpSlash.h
+++ b/src/c/matrixOperations/interfaces/int_OpSlash.h
diff --git a/src/matrixOperations/interfaces/int_OpStar.h b/src/c/matrixOperations/interfaces/int_OpStar.h
index 400918a4..400918a4 100644
--- a/src/matrixOperations/interfaces/int_OpStar.h
+++ b/src/c/matrixOperations/interfaces/int_OpStar.h
diff --git a/src/matrixOperations/interfaces/int_chol.h b/src/c/matrixOperations/interfaces/int_chol.h
index 861ad4d1..861ad4d1 100644
--- a/src/matrixOperations/interfaces/int_chol.h
+++ b/src/c/matrixOperations/interfaces/int_chol.h
diff --git a/src/matrixOperations/interfaces/int_det.h b/src/c/matrixOperations/interfaces/int_det.h
index f7760b16..f7760b16 100644
--- a/src/matrixOperations/interfaces/int_det.h
+++ b/src/c/matrixOperations/interfaces/int_det.h
diff --git a/src/matrixOperations/interfaces/int_dist.h b/src/c/matrixOperations/interfaces/int_dist.h
index 36809c78..36809c78 100644
--- a/src/matrixOperations/interfaces/int_dist.h
+++ b/src/c/matrixOperations/interfaces/int_dist.h
diff --git a/src/matrixOperations/interfaces/int_expm.h b/src/c/matrixOperations/interfaces/int_expm.h
index 6e54fb32..6e54fb32 100644
--- a/src/matrixOperations/interfaces/int_expm.h
+++ b/src/c/matrixOperations/interfaces/int_expm.h
diff --git a/src/matrixOperations/interfaces/int_eye.h b/src/c/matrixOperations/interfaces/int_eye.h
index 81ed7fdd..81ed7fdd 100644
--- a/src/matrixOperations/interfaces/int_eye.h
+++ b/src/c/matrixOperations/interfaces/int_eye.h
diff --git a/src/matrixOperations/interfaces/int_fill.h b/src/c/matrixOperations/interfaces/int_fill.h
index 5614cb1f..5614cb1f 100644
--- a/src/matrixOperations/interfaces/int_fill.h
+++ b/src/c/matrixOperations/interfaces/int_fill.h
diff --git a/src/matrixOperations/interfaces/int_invert.h b/src/c/matrixOperations/interfaces/int_invert.h
index d31481b6..d31481b6 100644
--- a/src/matrixOperations/interfaces/int_invert.h
+++ b/src/c/matrixOperations/interfaces/int_invert.h
diff --git a/src/matrixOperations/interfaces/int_ones.h b/src/c/matrixOperations/interfaces/int_ones.h
index 0259b4c6..0259b4c6 100644
--- a/src/matrixOperations/interfaces/int_ones.h
+++ b/src/c/matrixOperations/interfaces/int_ones.h
diff --git a/src/matrixOperations/interfaces/int_spec.h b/src/c/matrixOperations/interfaces/int_spec.h
index a2d9e840..a2d9e840 100644
--- a/src/matrixOperations/interfaces/int_spec.h
+++ b/src/c/matrixOperations/interfaces/int_spec.h
diff --git a/src/matrixOperations/interfaces/int_trace.h b/src/c/matrixOperations/interfaces/int_trace.h
index 8bfea860..8bfea860 100644
--- a/src/matrixOperations/interfaces/int_trace.h
+++ b/src/c/matrixOperations/interfaces/int_trace.h
diff --git a/src/matrixOperations/interfaces/int_transpose.h b/src/c/matrixOperations/interfaces/int_transpose.h
index 250d565f..250d565f 100644
--- a/src/matrixOperations/interfaces/int_transpose.h
+++ b/src/c/matrixOperations/interfaces/int_transpose.h
diff --git a/src/matrixOperations/interfaces/int_v2magn.h b/src/c/matrixOperations/interfaces/int_v2magn.h
index 759cecf1..759cecf1 100644
--- a/src/matrixOperations/interfaces/int_v2magn.h
+++ b/src/c/matrixOperations/interfaces/int_v2magn.h
diff --git a/src/matrixOperations/interfaces/int_vmagn.h b/src/c/matrixOperations/interfaces/int_vmagn.h
index 8a51755e..8a51755e 100644
--- a/src/matrixOperations/interfaces/int_vmagn.h
+++ b/src/c/matrixOperations/interfaces/int_vmagn.h
diff --git a/src/matrixOperations/interfaces/int_zeros.h b/src/c/matrixOperations/interfaces/int_zeros.h
index 3b738608..3b738608 100644
--- a/src/matrixOperations/interfaces/int_zeros.h
+++ b/src/c/matrixOperations/interfaces/int_zeros.h
diff --git a/src/matrixOperations/interfaces/interface.sh b/src/c/matrixOperations/interfaces/interface.sh
index 8c7f073b..8c7f073b 100755
--- a/src/matrixOperations/interfaces/interface.sh
+++ b/src/c/matrixOperations/interfaces/interface.sh
diff --git a/src/matrixOperations/inversion/Makefile.am b/src/c/matrixOperations/inversion/Makefile.am
index 1c063ba2..1c063ba2 100644
--- a/src/matrixOperations/inversion/Makefile.am
+++ b/src/c/matrixOperations/inversion/Makefile.am
diff --git a/src/matrixOperations/inversion/Makefile.in b/src/c/matrixOperations/inversion/Makefile.in
index 95e7ef46..fd6caa0b 100644
--- a/src/matrixOperations/inversion/Makefile.in
+++ b/src/c/matrixOperations/inversion/Makefile.in
@@ -111,7 +111,7 @@ CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DSYMUTIL = @DSYMUTIL@
-ECHO = @ECHO@
+DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
@@ -119,24 +119,30 @@ EGREP = @EGREP@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
+FGREP = @FGREP@
GREP = @GREP@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LD = @LD@
LDFLAGS = @LDFLAGS@
LIBMATH = @LIBMATH@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
+LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@
+NM = @NM@
NMEDIT = @NMEDIT@
OBJEXT = @OBJEXT@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
@@ -156,6 +162,7 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
ac_ct_F77 = @ac_ct_F77@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
@@ -187,6 +194,7 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
+lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
diff --git a/src/matrixOperations/inversion/cinverma.c b/src/c/matrixOperations/inversion/cinverma.c
index 65b8567c..65b8567c 100644
--- a/src/matrixOperations/inversion/cinverma.c
+++ b/src/c/matrixOperations/inversion/cinverma.c
diff --git a/src/matrixOperations/inversion/dinverma.c b/src/c/matrixOperations/inversion/dinverma.c
index a343ee5f..a343ee5f 100644
--- a/src/matrixOperations/inversion/dinverma.c
+++ b/src/c/matrixOperations/inversion/dinverma.c
diff --git a/src/matrixOperations/inversion/sinverma.c b/src/c/matrixOperations/inversion/sinverma.c
index f02a0e8b..f02a0e8b 100644
--- a/src/matrixOperations/inversion/sinverma.c
+++ b/src/c/matrixOperations/inversion/sinverma.c
diff --git a/src/matrixOperations/inversion/testMatrixInversion.c b/src/c/matrixOperations/inversion/testMatrixInversion.c
index 733efe0b..733efe0b 100644
--- a/src/matrixOperations/inversion/testMatrixInversion.c
+++ b/src/c/matrixOperations/inversion/testMatrixInversion.c
diff --git a/src/matrixOperations/inversion/test_MatrixInversion/testMatrixInversion.vcproj b/src/c/matrixOperations/inversion/test_MatrixInversion/testMatrixInversion.vcproj
index 7600268b..7600268b 100644
--- a/src/matrixOperations/inversion/test_MatrixInversion/testMatrixInversion.vcproj
+++ b/src/c/matrixOperations/inversion/test_MatrixInversion/testMatrixInversion.vcproj
diff --git a/src/matrixOperations/inversion/zinverma.c b/src/c/matrixOperations/inversion/zinverma.c
index b10c745a..b10c745a 100644
--- a/src/matrixOperations/inversion/zinverma.c
+++ b/src/c/matrixOperations/inversion/zinverma.c
diff --git a/src/matrixOperations/jmat/Makefile.am b/src/c/matrixOperations/jmat/Makefile.am
index 4cd7f9e1..4cd7f9e1 100644
--- a/src/matrixOperations/jmat/Makefile.am
+++ b/src/c/matrixOperations/jmat/Makefile.am
diff --git a/src/matrixOperations/jmat/Makefile.in b/src/c/matrixOperations/jmat/Makefile.in
index 9a370a42..28fcb1e3 100644
--- a/src/matrixOperations/jmat/Makefile.in
+++ b/src/c/matrixOperations/jmat/Makefile.in
@@ -103,7 +103,7 @@ CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DSYMUTIL = @DSYMUTIL@
-ECHO = @ECHO@
+DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
@@ -111,24 +111,30 @@ EGREP = @EGREP@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
+FGREP = @FGREP@
GREP = @GREP@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LD = @LD@
LDFLAGS = @LDFLAGS@
LIBMATH = @LIBMATH@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
+LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@
+NM = @NM@
NMEDIT = @NMEDIT@
OBJEXT = @OBJEXT@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
@@ -148,6 +154,7 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
ac_ct_F77 = @ac_ct_F77@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
@@ -179,6 +186,7 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
+lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
diff --git a/src/matrixOperations/jmat/djmata.c b/src/c/matrixOperations/jmat/djmata.c
index 6ccff61d..6ccff61d 100644
--- a/src/matrixOperations/jmat/djmata.c
+++ b/src/c/matrixOperations/jmat/djmata.c
diff --git a/src/matrixOperations/jmat/sjmata.c b/src/c/matrixOperations/jmat/sjmata.c
index b969fd7a..b969fd7a 100644
--- a/src/matrixOperations/jmat/sjmata.c
+++ b/src/c/matrixOperations/jmat/sjmata.c
diff --git a/src/matrixOperations/jmat/testJmat.c b/src/c/matrixOperations/jmat/testJmat.c
index 853f5236..853f5236 100644
--- a/src/matrixOperations/jmat/testJmat.c
+++ b/src/c/matrixOperations/jmat/testJmat.c
diff --git a/src/matrixOperations/jmat/test_Jmat/testJmat.vcproj b/src/c/matrixOperations/jmat/test_Jmat/testJmat.vcproj
index c944b275..c944b275 100644
--- a/src/matrixOperations/jmat/test_Jmat/testJmat.vcproj
+++ b/src/c/matrixOperations/jmat/test_Jmat/testJmat.vcproj
diff --git a/src/matrixOperations/logm/Makefile.am b/src/c/matrixOperations/logm/Makefile.am
index b4ad83f9..b4ad83f9 100644
--- a/src/matrixOperations/logm/Makefile.am
+++ b/src/c/matrixOperations/logm/Makefile.am
diff --git a/src/matrixOperations/logm/Makefile.in b/src/c/matrixOperations/logm/Makefile.in
index b329e11f..4d33cda8 100644
--- a/src/matrixOperations/logm/Makefile.in
+++ b/src/c/matrixOperations/logm/Makefile.in
@@ -111,7 +111,7 @@ CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DSYMUTIL = @DSYMUTIL@
-ECHO = @ECHO@
+DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
@@ -119,24 +119,30 @@ EGREP = @EGREP@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
+FGREP = @FGREP@
GREP = @GREP@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LD = @LD@
LDFLAGS = @LDFLAGS@
LIBMATH = @LIBMATH@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
+LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@
+NM = @NM@
NMEDIT = @NMEDIT@
OBJEXT = @OBJEXT@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
@@ -156,6 +162,7 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
ac_ct_F77 = @ac_ct_F77@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
@@ -187,6 +194,7 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
+lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
diff --git a/src/matrixOperations/logm/clogma.c b/src/c/matrixOperations/logm/clogma.c
index a5e253fb..a5e253fb 100644
--- a/src/matrixOperations/logm/clogma.c
+++ b/src/c/matrixOperations/logm/clogma.c
diff --git a/src/matrixOperations/logm/dlogma.c b/src/c/matrixOperations/logm/dlogma.c
index d38af5d0..d38af5d0 100644
--- a/src/matrixOperations/logm/dlogma.c
+++ b/src/c/matrixOperations/logm/dlogma.c
diff --git a/src/matrixOperations/logm/slogma.c b/src/c/matrixOperations/logm/slogma.c
index bffc2dfd..bffc2dfd 100644
--- a/src/matrixOperations/logm/slogma.c
+++ b/src/c/matrixOperations/logm/slogma.c
diff --git a/src/matrixOperations/logm/testDoubleLogm.c b/src/c/matrixOperations/logm/testDoubleLogm.c
index cf0092b1..cf0092b1 100644
--- a/src/matrixOperations/logm/testDoubleLogm.c
+++ b/src/c/matrixOperations/logm/testDoubleLogm.c
diff --git a/src/matrixOperations/logm/testFloatLogm.c b/src/c/matrixOperations/logm/testFloatLogm.c
index afd503a6..afd503a6 100644
--- a/src/matrixOperations/logm/testFloatLogm.c
+++ b/src/c/matrixOperations/logm/testFloatLogm.c
diff --git a/src/matrixOperations/logm/test_DoubleLogm/testDoubleLogm.vcproj b/src/c/matrixOperations/logm/test_DoubleLogm/testDoubleLogm.vcproj
index ca54a7c6..ca54a7c6 100644
--- a/src/matrixOperations/logm/test_DoubleLogm/testDoubleLogm.vcproj
+++ b/src/c/matrixOperations/logm/test_DoubleLogm/testDoubleLogm.vcproj
diff --git a/src/matrixOperations/logm/test_FloatLogm/testFloatLogm.vcproj b/src/c/matrixOperations/logm/test_FloatLogm/testFloatLogm.vcproj
index c65559b8..c65559b8 100644
--- a/src/matrixOperations/logm/test_FloatLogm/testFloatLogm.vcproj
+++ b/src/c/matrixOperations/logm/test_FloatLogm/testFloatLogm.vcproj
diff --git a/src/matrixOperations/logm/zlogma.c b/src/c/matrixOperations/logm/zlogma.c
index 92441bf7..92441bf7 100644
--- a/src/matrixOperations/logm/zlogma.c
+++ b/src/c/matrixOperations/logm/zlogma.c
diff --git a/src/matrixOperations/magnitude/Makefile.am b/src/c/matrixOperations/magnitude/Makefile.am
index cf177ca4..cf177ca4 100644
--- a/src/matrixOperations/magnitude/Makefile.am
+++ b/src/c/matrixOperations/magnitude/Makefile.am
diff --git a/src/matrixOperations/magnitude/Makefile.in b/src/c/matrixOperations/magnitude/Makefile.in
index cf76a3a9..04f737b5 100644
--- a/src/matrixOperations/magnitude/Makefile.in
+++ b/src/c/matrixOperations/magnitude/Makefile.in
@@ -129,7 +129,7 @@ CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DSYMUTIL = @DSYMUTIL@
-ECHO = @ECHO@
+DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
@@ -137,24 +137,30 @@ EGREP = @EGREP@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
+FGREP = @FGREP@
GREP = @GREP@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LD = @LD@
LDFLAGS = @LDFLAGS@
LIBMATH = @LIBMATH@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
+LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@
+NM = @NM@
NMEDIT = @NMEDIT@
OBJEXT = @OBJEXT@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
@@ -174,6 +180,7 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
ac_ct_F77 = @ac_ct_F77@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
@@ -205,6 +212,7 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
+lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
diff --git a/src/matrixOperations/magnitude/cmagna.c b/src/c/matrixOperations/magnitude/cmagna.c
index bf505b10..bf505b10 100644
--- a/src/matrixOperations/magnitude/cmagna.c
+++ b/src/c/matrixOperations/magnitude/cmagna.c
diff --git a/src/matrixOperations/magnitude/cmagns.c b/src/c/matrixOperations/magnitude/cmagns.c
index 78d773b7..78d773b7 100644
--- a/src/matrixOperations/magnitude/cmagns.c
+++ b/src/c/matrixOperations/magnitude/cmagns.c
diff --git a/src/matrixOperations/magnitude/dmagna.c b/src/c/matrixOperations/magnitude/dmagna.c
index 21e4d9eb..21e4d9eb 100644
--- a/src/matrixOperations/magnitude/dmagna.c
+++ b/src/c/matrixOperations/magnitude/dmagna.c
diff --git a/src/matrixOperations/magnitude/dmagns.c b/src/c/matrixOperations/magnitude/dmagns.c
index d651cacf..d651cacf 100644
--- a/src/matrixOperations/magnitude/dmagns.c
+++ b/src/c/matrixOperations/magnitude/dmagns.c
diff --git a/src/matrixOperations/magnitude/smagna.c b/src/c/matrixOperations/magnitude/smagna.c
index 761baf8e..761baf8e 100644
--- a/src/matrixOperations/magnitude/smagna.c
+++ b/src/c/matrixOperations/magnitude/smagna.c
diff --git a/src/matrixOperations/magnitude/smagns.c b/src/c/matrixOperations/magnitude/smagns.c
index 3ccf383a..3ccf383a 100644
--- a/src/matrixOperations/magnitude/smagns.c
+++ b/src/c/matrixOperations/magnitude/smagns.c
diff --git a/src/matrixOperations/magnitude/testDoubleMagnitude.c b/src/c/matrixOperations/magnitude/testDoubleMagnitude.c
index 14189d2b..14189d2b 100644
--- a/src/matrixOperations/magnitude/testDoubleMagnitude.c
+++ b/src/c/matrixOperations/magnitude/testDoubleMagnitude.c
diff --git a/src/matrixOperations/magnitude/testFloatMagnitude.c b/src/c/matrixOperations/magnitude/testFloatMagnitude.c
index 441d2600..441d2600 100644
--- a/src/matrixOperations/magnitude/testFloatMagnitude.c
+++ b/src/c/matrixOperations/magnitude/testFloatMagnitude.c
diff --git a/src/matrixOperations/magnitude/test_DoubleMagnitude/testDoubleMagnitude.vcproj b/src/c/matrixOperations/magnitude/test_DoubleMagnitude/testDoubleMagnitude.vcproj
index c561e39e..c561e39e 100644
--- a/src/matrixOperations/magnitude/test_DoubleMagnitude/testDoubleMagnitude.vcproj
+++ b/src/c/matrixOperations/magnitude/test_DoubleMagnitude/testDoubleMagnitude.vcproj
diff --git a/src/matrixOperations/magnitude/test_FloatMagnitude/testFloatMagnitude.vcproj b/src/c/matrixOperations/magnitude/test_FloatMagnitude/testFloatMagnitude.vcproj
index dd1cd7ca..dd1cd7ca 100644
--- a/src/matrixOperations/magnitude/test_FloatMagnitude/testFloatMagnitude.vcproj
+++ b/src/c/matrixOperations/magnitude/test_FloatMagnitude/testFloatMagnitude.vcproj
diff --git a/src/matrixOperations/magnitude/zmagna.c b/src/c/matrixOperations/magnitude/zmagna.c
index 8982da1f..8982da1f 100644
--- a/src/matrixOperations/magnitude/zmagna.c
+++ b/src/c/matrixOperations/magnitude/zmagna.c
diff --git a/src/matrixOperations/magnitude/zmagns.c b/src/c/matrixOperations/magnitude/zmagns.c
index 5f132aa0..5f132aa0 100644
--- a/src/matrixOperations/magnitude/zmagns.c
+++ b/src/c/matrixOperations/magnitude/zmagns.c
diff --git a/src/matrixOperations/matrixOperations.vcproj b/src/c/matrixOperations/matrixOperations.vcproj
index 128284c7..128284c7 100644
--- a/src/matrixOperations/matrixOperations.vcproj
+++ b/src/c/matrixOperations/matrixOperations.vcproj
diff --git a/src/matrixOperations/multiplication/Makefile.am b/src/c/matrixOperations/multiplication/Makefile.am
index fc852e4f..fc852e4f 100644
--- a/src/matrixOperations/multiplication/Makefile.am
+++ b/src/c/matrixOperations/multiplication/Makefile.am
diff --git a/src/matrixOperations/multiplication/Makefile.in b/src/c/matrixOperations/multiplication/Makefile.in
index 6ac07df7..d7508381 100644
--- a/src/matrixOperations/multiplication/Makefile.in
+++ b/src/c/matrixOperations/multiplication/Makefile.in
@@ -113,7 +113,7 @@ CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DSYMUTIL = @DSYMUTIL@
-ECHO = @ECHO@
+DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
@@ -121,24 +121,30 @@ EGREP = @EGREP@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
+FGREP = @FGREP@
GREP = @GREP@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LD = @LD@
LDFLAGS = @LDFLAGS@
LIBMATH = @LIBMATH@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
+LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@
+NM = @NM@
NMEDIT = @NMEDIT@
OBJEXT = @OBJEXT@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
@@ -158,6 +164,7 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
ac_ct_F77 = @ac_ct_F77@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
@@ -189,6 +196,7 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
+lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
diff --git a/src/matrixOperations/multiplication/cmulma.c b/src/c/matrixOperations/multiplication/cmulma.c
index 33eab648..33eab648 100644
--- a/src/matrixOperations/multiplication/cmulma.c
+++ b/src/c/matrixOperations/multiplication/cmulma.c
diff --git a/src/matrixOperations/multiplication/dmulma.c b/src/c/matrixOperations/multiplication/dmulma.c
index 8edd3112..8edd3112 100644
--- a/src/matrixOperations/multiplication/dmulma.c
+++ b/src/c/matrixOperations/multiplication/dmulma.c
diff --git a/src/matrixOperations/multiplication/smulma.c b/src/c/matrixOperations/multiplication/smulma.c
index edf10a01..edf10a01 100644
--- a/src/matrixOperations/multiplication/smulma.c
+++ b/src/c/matrixOperations/multiplication/smulma.c
diff --git a/src/matrixOperations/multiplication/testDoubleMatrixMultiplication.c b/src/c/matrixOperations/multiplication/testDoubleMatrixMultiplication.c
index 01d2a371..01d2a371 100644
--- a/src/matrixOperations/multiplication/testDoubleMatrixMultiplication.c
+++ b/src/c/matrixOperations/multiplication/testDoubleMatrixMultiplication.c
diff --git a/src/matrixOperations/multiplication/testFloatMatrixMultiplication.c b/src/c/matrixOperations/multiplication/testFloatMatrixMultiplication.c
index f8ba0cde..f8ba0cde 100644
--- a/src/matrixOperations/multiplication/testFloatMatrixMultiplication.c
+++ b/src/c/matrixOperations/multiplication/testFloatMatrixMultiplication.c
diff --git a/src/matrixOperations/multiplication/test_DoubleMatrixMultiplication/testDoubleMatrixMultiplication.vcproj b/src/c/matrixOperations/multiplication/test_DoubleMatrixMultiplication/testDoubleMatrixMultiplication.vcproj
index cc9c464c..cc9c464c 100644
--- a/src/matrixOperations/multiplication/test_DoubleMatrixMultiplication/testDoubleMatrixMultiplication.vcproj
+++ b/src/c/matrixOperations/multiplication/test_DoubleMatrixMultiplication/testDoubleMatrixMultiplication.vcproj
diff --git a/src/matrixOperations/multiplication/test_FloatMatrixMultiplication/testFloatMatrixMultiplication.vcproj b/src/c/matrixOperations/multiplication/test_FloatMatrixMultiplication/testFloatMatrixMultiplication.vcproj
index 26c2bc64..26c2bc64 100644
--- a/src/matrixOperations/multiplication/test_FloatMatrixMultiplication/testFloatMatrixMultiplication.vcproj
+++ b/src/c/matrixOperations/multiplication/test_FloatMatrixMultiplication/testFloatMatrixMultiplication.vcproj
diff --git a/src/matrixOperations/multiplication/zmulma.c b/src/c/matrixOperations/multiplication/zmulma.c
index 6a38e7da..6a38e7da 100644
--- a/src/matrixOperations/multiplication/zmulma.c
+++ b/src/c/matrixOperations/multiplication/zmulma.c
diff --git a/src/matrixOperations/ones/Makefile.am b/src/c/matrixOperations/ones/Makefile.am
index d5865e2b..d5865e2b 100644
--- a/src/matrixOperations/ones/Makefile.am
+++ b/src/c/matrixOperations/ones/Makefile.am
diff --git a/src/matrixOperations/ones/Makefile.in b/src/c/matrixOperations/ones/Makefile.in
index c6d9f07f..6ae85ab4 100644
--- a/src/matrixOperations/ones/Makefile.in
+++ b/src/c/matrixOperations/ones/Makefile.in
@@ -104,7 +104,7 @@ CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DSYMUTIL = @DSYMUTIL@
-ECHO = @ECHO@
+DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
@@ -112,24 +112,30 @@ EGREP = @EGREP@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
+FGREP = @FGREP@
GREP = @GREP@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LD = @LD@
LDFLAGS = @LDFLAGS@
LIBMATH = @LIBMATH@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
+LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@
+NM = @NM@
NMEDIT = @NMEDIT@
OBJEXT = @OBJEXT@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
@@ -149,6 +155,7 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
ac_ct_F77 = @ac_ct_F77@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
@@ -180,6 +187,7 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
+lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
diff --git a/src/matrixOperations/ones/conesa.c b/src/c/matrixOperations/ones/conesa.c
index f1cf2d8b..f1cf2d8b 100644
--- a/src/matrixOperations/ones/conesa.c
+++ b/src/c/matrixOperations/ones/conesa.c
diff --git a/src/matrixOperations/ones/donesa.c b/src/c/matrixOperations/ones/donesa.c
index 5380755d..5380755d 100644
--- a/src/matrixOperations/ones/donesa.c
+++ b/src/c/matrixOperations/ones/donesa.c
diff --git a/src/matrixOperations/ones/sonesa.c b/src/c/matrixOperations/ones/sonesa.c
index fef8aa0f..fef8aa0f 100644
--- a/src/matrixOperations/ones/sonesa.c
+++ b/src/c/matrixOperations/ones/sonesa.c
diff --git a/src/matrixOperations/ones/testMatrixOnes.c b/src/c/matrixOperations/ones/testMatrixOnes.c
index 7668f30b..7668f30b 100644
--- a/src/matrixOperations/ones/testMatrixOnes.c
+++ b/src/c/matrixOperations/ones/testMatrixOnes.c
diff --git a/src/matrixOperations/ones/test_MatrixOnes/testMatrixOnes.vcproj b/src/c/matrixOperations/ones/test_MatrixOnes/testMatrixOnes.vcproj
index 545aecf7..545aecf7 100644
--- a/src/matrixOperations/ones/test_MatrixOnes/testMatrixOnes.vcproj
+++ b/src/c/matrixOperations/ones/test_MatrixOnes/testMatrixOnes.vcproj
diff --git a/src/matrixOperations/ones/zonesa.c b/src/c/matrixOperations/ones/zonesa.c
index a6364c02..a6364c02 100644
--- a/src/matrixOperations/ones/zonesa.c
+++ b/src/c/matrixOperations/ones/zonesa.c
diff --git a/src/matrixOperations/powm/Makefile.am b/src/c/matrixOperations/powm/Makefile.am
index d3ce9bc7..d3ce9bc7 100644
--- a/src/matrixOperations/powm/Makefile.am
+++ b/src/c/matrixOperations/powm/Makefile.am
diff --git a/src/matrixOperations/powm/Makefile.in b/src/c/matrixOperations/powm/Makefile.in
index 0f801bb7..736d2367 100644
--- a/src/matrixOperations/powm/Makefile.in
+++ b/src/c/matrixOperations/powm/Makefile.in
@@ -117,7 +117,7 @@ CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DSYMUTIL = @DSYMUTIL@
-ECHO = @ECHO@
+DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
@@ -125,24 +125,30 @@ EGREP = @EGREP@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
+FGREP = @FGREP@
GREP = @GREP@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LD = @LD@
LDFLAGS = @LDFLAGS@
LIBMATH = @LIBMATH@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
+LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@
+NM = @NM@
NMEDIT = @NMEDIT@
OBJEXT = @OBJEXT@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
@@ -162,6 +168,7 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
ac_ct_F77 = @ac_ct_F77@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
@@ -193,6 +200,7 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
+lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
diff --git a/src/matrixOperations/powm/cpowma.c b/src/c/matrixOperations/powm/cpowma.c
index 04a393a9..04a393a9 100644
--- a/src/matrixOperations/powm/cpowma.c
+++ b/src/c/matrixOperations/powm/cpowma.c
diff --git a/src/matrixOperations/powm/dpowma.c b/src/c/matrixOperations/powm/dpowma.c
index 6b12a8f3..6b12a8f3 100644
--- a/src/matrixOperations/powm/dpowma.c
+++ b/src/c/matrixOperations/powm/dpowma.c
diff --git a/src/matrixOperations/powm/spowma.c b/src/c/matrixOperations/powm/spowma.c
index 47205ab5..47205ab5 100644
--- a/src/matrixOperations/powm/spowma.c
+++ b/src/c/matrixOperations/powm/spowma.c
diff --git a/src/matrixOperations/powm/testDoublePowm.c b/src/c/matrixOperations/powm/testDoublePowm.c
index a81baf68..a81baf68 100644
--- a/src/matrixOperations/powm/testDoublePowm.c
+++ b/src/c/matrixOperations/powm/testDoublePowm.c
diff --git a/src/matrixOperations/powm/testFloatPowm.c b/src/c/matrixOperations/powm/testFloatPowm.c
index 9ac66a57..9ac66a57 100644
--- a/src/matrixOperations/powm/testFloatPowm.c
+++ b/src/c/matrixOperations/powm/testFloatPowm.c
diff --git a/src/matrixOperations/powm/test_DoublePowm/testDoublePowm.vcproj b/src/c/matrixOperations/powm/test_DoublePowm/testDoublePowm.vcproj
index a39a73dc..a39a73dc 100644
--- a/src/matrixOperations/powm/test_DoublePowm/testDoublePowm.vcproj
+++ b/src/c/matrixOperations/powm/test_DoublePowm/testDoublePowm.vcproj
diff --git a/src/matrixOperations/powm/test_FloatPowm/testFloatPowm.vcproj b/src/c/matrixOperations/powm/test_FloatPowm/testFloatPowm.vcproj
index 157a3f20..157a3f20 100644
--- a/src/matrixOperations/powm/test_FloatPowm/testFloatPowm.vcproj
+++ b/src/c/matrixOperations/powm/test_FloatPowm/testFloatPowm.vcproj
diff --git a/src/matrixOperations/powm/zpowma.c b/src/c/matrixOperations/powm/zpowma.c
index b9ccc7cc..b9ccc7cc 100644
--- a/src/matrixOperations/powm/zpowma.c
+++ b/src/c/matrixOperations/powm/zpowma.c
diff --git a/src/matrixOperations/spec/Makefile.am b/src/c/matrixOperations/spec/Makefile.am
index 031647b3..031647b3 100644
--- a/src/matrixOperations/spec/Makefile.am
+++ b/src/c/matrixOperations/spec/Makefile.am
diff --git a/src/matrixOperations/spec/Makefile.in b/src/c/matrixOperations/spec/Makefile.in
index 648fd29b..b48b1a3d 100644
--- a/src/matrixOperations/spec/Makefile.in
+++ b/src/c/matrixOperations/spec/Makefile.in
@@ -111,7 +111,7 @@ CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DSYMUTIL = @DSYMUTIL@
-ECHO = @ECHO@
+DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
@@ -119,24 +119,30 @@ EGREP = @EGREP@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
+FGREP = @FGREP@
GREP = @GREP@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LD = @LD@
LDFLAGS = @LDFLAGS@
LIBMATH = @LIBMATH@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
+LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@
+NM = @NM@
NMEDIT = @NMEDIT@
OBJEXT = @OBJEXT@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
@@ -156,6 +162,7 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
ac_ct_F77 = @ac_ct_F77@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
@@ -187,6 +194,7 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
+lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
diff --git a/src/matrixOperations/spec/cspeca.c b/src/c/matrixOperations/spec/cspeca.c
index a2b6548b..a2b6548b 100644
--- a/src/matrixOperations/spec/cspeca.c
+++ b/src/c/matrixOperations/spec/cspeca.c
diff --git a/src/matrixOperations/spec/dspeca.c b/src/c/matrixOperations/spec/dspeca.c
index 778297bb..778297bb 100644
--- a/src/matrixOperations/spec/dspeca.c
+++ b/src/c/matrixOperations/spec/dspeca.c
diff --git a/src/matrixOperations/spec/sspeca.c b/src/c/matrixOperations/spec/sspeca.c
index 50751a29..50751a29 100644
--- a/src/matrixOperations/spec/sspeca.c
+++ b/src/c/matrixOperations/spec/sspeca.c
diff --git a/src/matrixOperations/spec/testDoubleSpec.c b/src/c/matrixOperations/spec/testDoubleSpec.c
index 216304d0..216304d0 100644
--- a/src/matrixOperations/spec/testDoubleSpec.c
+++ b/src/c/matrixOperations/spec/testDoubleSpec.c
diff --git a/src/matrixOperations/spec/testFloatSpec.c b/src/c/matrixOperations/spec/testFloatSpec.c
index 9bd46adc..9bd46adc 100644
--- a/src/matrixOperations/spec/testFloatSpec.c
+++ b/src/c/matrixOperations/spec/testFloatSpec.c
diff --git a/src/matrixOperations/spec/test_DoubleSpec/testDoubleSpec.vcproj b/src/c/matrixOperations/spec/test_DoubleSpec/testDoubleSpec.vcproj
index 20b76e2a..20b76e2a 100644
--- a/src/matrixOperations/spec/test_DoubleSpec/testDoubleSpec.vcproj
+++ b/src/c/matrixOperations/spec/test_DoubleSpec/testDoubleSpec.vcproj
diff --git a/src/matrixOperations/spec/test_FloatSpec/testFloatSpec.vcproj b/src/c/matrixOperations/spec/test_FloatSpec/testFloatSpec.vcproj
index e6c28fc7..e6c28fc7 100644
--- a/src/matrixOperations/spec/test_FloatSpec/testFloatSpec.vcproj
+++ b/src/c/matrixOperations/spec/test_FloatSpec/testFloatSpec.vcproj
diff --git a/src/matrixOperations/spec/zspeca.c b/src/c/matrixOperations/spec/zspeca.c
index fffe3e16..fffe3e16 100644
--- a/src/matrixOperations/spec/zspeca.c
+++ b/src/c/matrixOperations/spec/zspeca.c
diff --git a/src/matrixOperations/spec2/Makefile.am b/src/c/matrixOperations/spec2/Makefile.am
index 3166815d..3166815d 100644
--- a/src/matrixOperations/spec2/Makefile.am
+++ b/src/c/matrixOperations/spec2/Makefile.am
diff --git a/src/matrixOperations/spec2/Makefile.in b/src/c/matrixOperations/spec2/Makefile.in
index b3c132af..cd5158e6 100644
--- a/src/matrixOperations/spec2/Makefile.in
+++ b/src/c/matrixOperations/spec2/Makefile.in
@@ -113,7 +113,7 @@ CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DSYMUTIL = @DSYMUTIL@
-ECHO = @ECHO@
+DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
@@ -121,24 +121,30 @@ EGREP = @EGREP@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
+FGREP = @FGREP@
GREP = @GREP@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LD = @LD@
LDFLAGS = @LDFLAGS@
LIBMATH = @LIBMATH@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
+LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@
+NM = @NM@
NMEDIT = @NMEDIT@
OBJEXT = @OBJEXT@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
@@ -158,6 +164,7 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
ac_ct_F77 = @ac_ct_F77@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
@@ -189,6 +196,7 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
+lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
diff --git a/src/matrixOperations/spec2/cspec2a.c b/src/c/matrixOperations/spec2/cspec2a.c
index d3a4312f..d3a4312f 100644
--- a/src/matrixOperations/spec2/cspec2a.c
+++ b/src/c/matrixOperations/spec2/cspec2a.c
diff --git a/src/matrixOperations/spec2/dspec2a.c b/src/c/matrixOperations/spec2/dspec2a.c
index f1db6eca..f1db6eca 100644
--- a/src/matrixOperations/spec2/dspec2a.c
+++ b/src/c/matrixOperations/spec2/dspec2a.c
diff --git a/src/matrixOperations/spec2/sspec2a.c b/src/c/matrixOperations/spec2/sspec2a.c
index d3ab00d5..d3ab00d5 100644
--- a/src/matrixOperations/spec2/sspec2a.c
+++ b/src/c/matrixOperations/spec2/sspec2a.c
diff --git a/src/matrixOperations/spec2/testDoubleSpec2.c b/src/c/matrixOperations/spec2/testDoubleSpec2.c
index 2ab998cf..2ab998cf 100644
--- a/src/matrixOperations/spec2/testDoubleSpec2.c
+++ b/src/c/matrixOperations/spec2/testDoubleSpec2.c
diff --git a/src/matrixOperations/spec2/testFloatSpec2.c b/src/c/matrixOperations/spec2/testFloatSpec2.c
index fb2bc255..fb2bc255 100644
--- a/src/matrixOperations/spec2/testFloatSpec2.c
+++ b/src/c/matrixOperations/spec2/testFloatSpec2.c
diff --git a/src/matrixOperations/spec2/test_DoubleSpec2/testDoubleSpec2.vcproj b/src/c/matrixOperations/spec2/test_DoubleSpec2/testDoubleSpec2.vcproj
index 3cf54a58..3cf54a58 100644
--- a/src/matrixOperations/spec2/test_DoubleSpec2/testDoubleSpec2.vcproj
+++ b/src/c/matrixOperations/spec2/test_DoubleSpec2/testDoubleSpec2.vcproj
diff --git a/src/matrixOperations/spec2/test_FloatSpec2/testFloatSpec2.vcproj b/src/c/matrixOperations/spec2/test_FloatSpec2/testFloatSpec2.vcproj
index 926e3003..926e3003 100644
--- a/src/matrixOperations/spec2/test_FloatSpec2/testFloatSpec2.vcproj
+++ b/src/c/matrixOperations/spec2/test_FloatSpec2/testFloatSpec2.vcproj
diff --git a/src/matrixOperations/spec2/zspec2a.c b/src/c/matrixOperations/spec2/zspec2a.c
index 37d99990..37d99990 100644
--- a/src/matrixOperations/spec2/zspec2a.c
+++ b/src/c/matrixOperations/spec2/zspec2a.c
diff --git a/src/matrixOperations/squaredMagnitude/Makefile.am b/src/c/matrixOperations/squaredMagnitude/Makefile.am
index 1b2ff334..1b2ff334 100644
--- a/src/matrixOperations/squaredMagnitude/Makefile.am
+++ b/src/c/matrixOperations/squaredMagnitude/Makefile.am
diff --git a/src/matrixOperations/squaredMagnitude/Makefile.in b/src/c/matrixOperations/squaredMagnitude/Makefile.in
index ec58297a..6e4b839c 100644
--- a/src/matrixOperations/squaredMagnitude/Makefile.in
+++ b/src/c/matrixOperations/squaredMagnitude/Makefile.in
@@ -128,7 +128,7 @@ CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DSYMUTIL = @DSYMUTIL@
-ECHO = @ECHO@
+DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
@@ -136,24 +136,30 @@ EGREP = @EGREP@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
+FGREP = @FGREP@
GREP = @GREP@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LD = @LD@
LDFLAGS = @LDFLAGS@
LIBMATH = @LIBMATH@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
+LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@
+NM = @NM@
NMEDIT = @NMEDIT@
OBJEXT = @OBJEXT@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
@@ -173,6 +179,7 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
ac_ct_F77 = @ac_ct_F77@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
@@ -204,6 +211,7 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
+lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
diff --git a/src/matrixOperations/squaredMagnitude/csquMagna.c b/src/c/matrixOperations/squaredMagnitude/csquMagna.c
index 950dbd83..950dbd83 100644
--- a/src/matrixOperations/squaredMagnitude/csquMagna.c
+++ b/src/c/matrixOperations/squaredMagnitude/csquMagna.c
diff --git a/src/matrixOperations/squaredMagnitude/csquMagns.c b/src/c/matrixOperations/squaredMagnitude/csquMagns.c
index e2535b26..e2535b26 100644
--- a/src/matrixOperations/squaredMagnitude/csquMagns.c
+++ b/src/c/matrixOperations/squaredMagnitude/csquMagns.c
diff --git a/src/matrixOperations/squaredMagnitude/dsquMagna.c b/src/c/matrixOperations/squaredMagnitude/dsquMagna.c
index 6ee7c7f3..6ee7c7f3 100644
--- a/src/matrixOperations/squaredMagnitude/dsquMagna.c
+++ b/src/c/matrixOperations/squaredMagnitude/dsquMagna.c
diff --git a/src/matrixOperations/squaredMagnitude/dsquMagns.c b/src/c/matrixOperations/squaredMagnitude/dsquMagns.c
index bd4d9023..bd4d9023 100644
--- a/src/matrixOperations/squaredMagnitude/dsquMagns.c
+++ b/src/c/matrixOperations/squaredMagnitude/dsquMagns.c
diff --git a/src/matrixOperations/squaredMagnitude/ssquMagna.c b/src/c/matrixOperations/squaredMagnitude/ssquMagna.c
index 468cae0d..468cae0d 100644
--- a/src/matrixOperations/squaredMagnitude/ssquMagna.c
+++ b/src/c/matrixOperations/squaredMagnitude/ssquMagna.c
diff --git a/src/matrixOperations/squaredMagnitude/ssquMagns.c b/src/c/matrixOperations/squaredMagnitude/ssquMagns.c
index 1f8a10b3..1f8a10b3 100644
--- a/src/matrixOperations/squaredMagnitude/ssquMagns.c
+++ b/src/c/matrixOperations/squaredMagnitude/ssquMagns.c
diff --git a/src/matrixOperations/squaredMagnitude/testDoubleSquaredMagnitude.c b/src/c/matrixOperations/squaredMagnitude/testDoubleSquaredMagnitude.c
index 2a44a958..2a44a958 100644
--- a/src/matrixOperations/squaredMagnitude/testDoubleSquaredMagnitude.c
+++ b/src/c/matrixOperations/squaredMagnitude/testDoubleSquaredMagnitude.c
diff --git a/src/matrixOperations/squaredMagnitude/testFloatSquaredMagnitude.c b/src/c/matrixOperations/squaredMagnitude/testFloatSquaredMagnitude.c
index 847abebd..847abebd 100644
--- a/src/matrixOperations/squaredMagnitude/testFloatSquaredMagnitude.c
+++ b/src/c/matrixOperations/squaredMagnitude/testFloatSquaredMagnitude.c
diff --git a/src/matrixOperations/squaredMagnitude/test_DoubleSquaredMagnitude/testDoubleSquaredMagnitude.vcproj b/src/c/matrixOperations/squaredMagnitude/test_DoubleSquaredMagnitude/testDoubleSquaredMagnitude.vcproj
index 0231b30a..0231b30a 100644
--- a/src/matrixOperations/squaredMagnitude/test_DoubleSquaredMagnitude/testDoubleSquaredMagnitude.vcproj
+++ b/src/c/matrixOperations/squaredMagnitude/test_DoubleSquaredMagnitude/testDoubleSquaredMagnitude.vcproj
diff --git a/src/matrixOperations/squaredMagnitude/test_FloatSquaredMagnitude/testFloatSquaredMagnitude.vcproj b/src/c/matrixOperations/squaredMagnitude/test_FloatSquaredMagnitude/testFloatSquaredMagnitude.vcproj
index ad9fb38b..ad9fb38b 100644
--- a/src/matrixOperations/squaredMagnitude/test_FloatSquaredMagnitude/testFloatSquaredMagnitude.vcproj
+++ b/src/c/matrixOperations/squaredMagnitude/test_FloatSquaredMagnitude/testFloatSquaredMagnitude.vcproj
diff --git a/src/matrixOperations/squaredMagnitude/zsquMagna.c b/src/c/matrixOperations/squaredMagnitude/zsquMagna.c
index 4d1eecb8..4d1eecb8 100644
--- a/src/matrixOperations/squaredMagnitude/zsquMagna.c
+++ b/src/c/matrixOperations/squaredMagnitude/zsquMagna.c
diff --git a/src/matrixOperations/squaredMagnitude/zsquMagns.c b/src/c/matrixOperations/squaredMagnitude/zsquMagns.c
index e845357e..e845357e 100644
--- a/src/matrixOperations/squaredMagnitude/zsquMagns.c
+++ b/src/c/matrixOperations/squaredMagnitude/zsquMagns.c
diff --git a/src/matrixOperations/trace/Makefile.am b/src/c/matrixOperations/trace/Makefile.am
index 041245cd..041245cd 100644
--- a/src/matrixOperations/trace/Makefile.am
+++ b/src/c/matrixOperations/trace/Makefile.am
diff --git a/src/matrixOperations/trace/Makefile.in b/src/c/matrixOperations/trace/Makefile.in
index 77b56234..4f512f19 100644
--- a/src/matrixOperations/trace/Makefile.in
+++ b/src/c/matrixOperations/trace/Makefile.in
@@ -106,7 +106,7 @@ CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DSYMUTIL = @DSYMUTIL@
-ECHO = @ECHO@
+DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
@@ -114,24 +114,30 @@ EGREP = @EGREP@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
+FGREP = @FGREP@
GREP = @GREP@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LD = @LD@
LDFLAGS = @LDFLAGS@
LIBMATH = @LIBMATH@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
+LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@
+NM = @NM@
NMEDIT = @NMEDIT@
OBJEXT = @OBJEXT@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
@@ -151,6 +157,7 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
ac_ct_F77 = @ac_ct_F77@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
@@ -182,6 +189,7 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
+lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
diff --git a/src/matrixOperations/trace/ctracea.c b/src/c/matrixOperations/trace/ctracea.c
index 75b0921e..75b0921e 100644
--- a/src/matrixOperations/trace/ctracea.c
+++ b/src/c/matrixOperations/trace/ctracea.c
diff --git a/src/matrixOperations/trace/dtracea.c b/src/c/matrixOperations/trace/dtracea.c
index 4938776b..4938776b 100644
--- a/src/matrixOperations/trace/dtracea.c
+++ b/src/c/matrixOperations/trace/dtracea.c
diff --git a/src/matrixOperations/trace/stracea.c b/src/c/matrixOperations/trace/stracea.c
index 06c4a8be..06c4a8be 100644
--- a/src/matrixOperations/trace/stracea.c
+++ b/src/c/matrixOperations/trace/stracea.c
diff --git a/src/matrixOperations/trace/testMatrixTrace.c b/src/c/matrixOperations/trace/testMatrixTrace.c
index 0cbea97b..0cbea97b 100644
--- a/src/matrixOperations/trace/testMatrixTrace.c
+++ b/src/c/matrixOperations/trace/testMatrixTrace.c
diff --git a/src/matrixOperations/trace/test_MatrixTrace/testMatrixTrace.vcproj b/src/c/matrixOperations/trace/test_MatrixTrace/testMatrixTrace.vcproj
index 64dff7a4..64dff7a4 100644
--- a/src/matrixOperations/trace/test_MatrixTrace/testMatrixTrace.vcproj
+++ b/src/c/matrixOperations/trace/test_MatrixTrace/testMatrixTrace.vcproj
diff --git a/src/matrixOperations/trace/ztracea.c b/src/c/matrixOperations/trace/ztracea.c
index 12154f40..12154f40 100644
--- a/src/matrixOperations/trace/ztracea.c
+++ b/src/c/matrixOperations/trace/ztracea.c
diff --git a/src/matrixOperations/transpose/Makefile.am b/src/c/matrixOperations/transpose/Makefile.am
index 8c8bf385..8c8bf385 100644
--- a/src/matrixOperations/transpose/Makefile.am
+++ b/src/c/matrixOperations/transpose/Makefile.am
diff --git a/src/matrixOperations/transpose/Makefile.in b/src/c/matrixOperations/transpose/Makefile.in
index 3ca388d8..05653766 100644
--- a/src/matrixOperations/transpose/Makefile.in
+++ b/src/c/matrixOperations/transpose/Makefile.in
@@ -111,7 +111,7 @@ CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DSYMUTIL = @DSYMUTIL@
-ECHO = @ECHO@
+DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
@@ -119,24 +119,30 @@ EGREP = @EGREP@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
+FGREP = @FGREP@
GREP = @GREP@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LD = @LD@
LDFLAGS = @LDFLAGS@
LIBMATH = @LIBMATH@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
+LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@
+NM = @NM@
NMEDIT = @NMEDIT@
OBJEXT = @OBJEXT@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
@@ -156,6 +162,7 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
ac_ct_F77 = @ac_ct_F77@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
@@ -187,6 +194,7 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
+lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
diff --git a/src/matrixOperations/transpose/ctransposea.c b/src/c/matrixOperations/transpose/ctransposea.c
index 571d3b78..571d3b78 100644
--- a/src/matrixOperations/transpose/ctransposea.c
+++ b/src/c/matrixOperations/transpose/ctransposea.c
diff --git a/src/matrixOperations/transpose/dtransposea.c b/src/c/matrixOperations/transpose/dtransposea.c
index 11a5fc05..11a5fc05 100644
--- a/src/matrixOperations/transpose/dtransposea.c
+++ b/src/c/matrixOperations/transpose/dtransposea.c
diff --git a/src/matrixOperations/transpose/stransposea.c b/src/c/matrixOperations/transpose/stransposea.c
index 219f2216..219f2216 100644
--- a/src/matrixOperations/transpose/stransposea.c
+++ b/src/c/matrixOperations/transpose/stransposea.c
diff --git a/src/matrixOperations/transpose/testMatrixTranspose.c b/src/c/matrixOperations/transpose/testMatrixTranspose.c
index fe2123d3..fe2123d3 100644
--- a/src/matrixOperations/transpose/testMatrixTranspose.c
+++ b/src/c/matrixOperations/transpose/testMatrixTranspose.c
diff --git a/src/matrixOperations/transpose/test_MatrixTranspose/testMatrixTranspose.vcproj b/src/c/matrixOperations/transpose/test_MatrixTranspose/testMatrixTranspose.vcproj
index 3cfe23dc..3cfe23dc 100644
--- a/src/matrixOperations/transpose/test_MatrixTranspose/testMatrixTranspose.vcproj
+++ b/src/c/matrixOperations/transpose/test_MatrixTranspose/testMatrixTranspose.vcproj
diff --git a/src/matrixOperations/transpose/ztransposea.c b/src/c/matrixOperations/transpose/ztransposea.c
index e42d74d2..e42d74d2 100644
--- a/src/matrixOperations/transpose/ztransposea.c
+++ b/src/c/matrixOperations/transpose/ztransposea.c
diff --git a/src/matrixOperations/zeros/Makefile.am b/src/c/matrixOperations/zeros/Makefile.am
index 3faeee86..3faeee86 100644
--- a/src/matrixOperations/zeros/Makefile.am
+++ b/src/c/matrixOperations/zeros/Makefile.am
diff --git a/src/matrixOperations/zeros/Makefile.in b/src/c/matrixOperations/zeros/Makefile.in
index 665e0e31..e8a8047d 100644
--- a/src/matrixOperations/zeros/Makefile.in
+++ b/src/c/matrixOperations/zeros/Makefile.in
@@ -106,7 +106,7 @@ CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DSYMUTIL = @DSYMUTIL@
-ECHO = @ECHO@
+DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
@@ -114,24 +114,30 @@ EGREP = @EGREP@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
+FGREP = @FGREP@
GREP = @GREP@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LD = @LD@
LDFLAGS = @LDFLAGS@
LIBMATH = @LIBMATH@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
+LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@
+NM = @NM@
NMEDIT = @NMEDIT@
OBJEXT = @OBJEXT@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
@@ -151,6 +157,7 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
ac_ct_F77 = @ac_ct_F77@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
@@ -182,6 +189,7 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
+lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
diff --git a/src/matrixOperations/zeros/czerosa.c b/src/c/matrixOperations/zeros/czerosa.c
index 3a4bf0a4..3a4bf0a4 100644
--- a/src/matrixOperations/zeros/czerosa.c
+++ b/src/c/matrixOperations/zeros/czerosa.c
diff --git a/src/matrixOperations/zeros/dzerosa.c b/src/c/matrixOperations/zeros/dzerosa.c
index 3d4ac5ff..3d4ac5ff 100644
--- a/src/matrixOperations/zeros/dzerosa.c
+++ b/src/c/matrixOperations/zeros/dzerosa.c
diff --git a/src/matrixOperations/zeros/szerosa.c b/src/c/matrixOperations/zeros/szerosa.c
index 22be734c..22be734c 100644
--- a/src/matrixOperations/zeros/szerosa.c
+++ b/src/c/matrixOperations/zeros/szerosa.c
diff --git a/src/matrixOperations/zeros/testMatrixZeros.c b/src/c/matrixOperations/zeros/testMatrixZeros.c
index b6ebe36f..b6ebe36f 100644
--- a/src/matrixOperations/zeros/testMatrixZeros.c
+++ b/src/c/matrixOperations/zeros/testMatrixZeros.c
diff --git a/src/matrixOperations/zeros/test_MatrixZeros/testMatrixZeros.vcproj b/src/c/matrixOperations/zeros/test_MatrixZeros/testMatrixZeros.vcproj
index 6a8abfc9..6a8abfc9 100644
--- a/src/matrixOperations/zeros/test_MatrixZeros/testMatrixZeros.vcproj
+++ b/src/c/matrixOperations/zeros/test_MatrixZeros/testMatrixZeros.vcproj
diff --git a/src/matrixOperations/zeros/zzerosa.c b/src/c/matrixOperations/zeros/zzerosa.c
index 8d9de666..8d9de666 100644
--- a/src/matrixOperations/zeros/zzerosa.c
+++ b/src/c/matrixOperations/zeros/zzerosa.c