X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=CreaPhase.git;a=blobdiff_plain;f=octave_packages%2Ffixed-0.7.10%2Fpackinfo%2FINDEX;fp=octave_packages%2Ffixed-0.7.10%2Fpackinfo%2FINDEX;h=107ddf49bfc5d375567dd3e8246ad22f2babbe5e;hp=0000000000000000000000000000000000000000;hb=c880e8788dfc484bf23ce13fa2787f2c6bca4863;hpb=1705066eceaaea976f010f669ce8e972f3734b05 diff --git a/octave_packages/fixed-0.7.10/packinfo/INDEX b/octave_packages/fixed-0.7.10/packinfo/INDEX new file mode 100644 index 0000000..107ddf4 --- /dev/null +++ b/octave_packages/fixed-0.7.10/packinfo/INDEX @@ -0,0 +1,62 @@ +fixed >> Fixed Point Type +Fixed Point Operators + + - = Addition/subtraction in a fixed point algebra. + * / \ = Multiplication/division in fixed point (Division for scalars only). + .* ./ .\ = Element by element multiplication/division of fixed point arrays. + ** ^ = Matrix exponentiation of fixed point arrays. + .** .^ = Element by element matrix exponentiation of fixed point arrays. + ' .' = Matrix transpose of fixed point arrays. + == ~= != > >= < <= = Logical operators on fixed point arrays. +Fixed Point Variables + fixed_point_warn_overflow + fixed_point_debug + fixed_point_count_operations + fixed_point_version + fixed_point_library_version +Fixed Point Utility Functions + concat + create_lookup_table + display_fixed_operations + fdiag + fixed + fixedpoint + float + freshape + fsort + isfixed + length + lookup_table + reset_fixed_operations + size + all + any +Fixed Point Functions + fabs + fangle + farg + fatan2 + fceil + fconj + fcosh + fcos + fcumprod + fcumsum + fexp + ffloor + fimag + flog10 + flog + fprod + freal + fround + fsinh + fsin + fsqrt + fsum + fsumsq + ftanh + ftan +Examples + ffft + fifft + fixed_inc