Community Profile

photo

James Tursa


Last seen: Today 2007 年からアクティブ

Followers: 0   Following: 0

連絡

Interested in external applications, mex & engine applications with Fortran, C, C++, etc, particularly in the areas of speed improvement and memory management efficiencies.

統計

All
  • Explorer
  • Revival Level 3
  • Master
  • Personal Best Downloads Level 3
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • 36 Month Streak
  • Thankful Level 3
  • Knowledgeable Level 5
  • First Answer
  • Solver

バッジを表示

Feeds

表示方法

送信済み


SAREK - Sparse Analyzer Real Et Komplex
The SAREK function analyzes a sparse matrix for integrity. Useful especially for checking sparse matrices built by 3rd party s/w...

3ヶ月 前 | ダウンロード 5 件 |

送信済み


freadcomplex and fwritecomplex
Mex routines that read and write interleaved complex data files for MATLAB R2018a or later without extra data copy.

4年弱 前 | ダウンロード 10 件 |

送信済み


num2strexact (exact version of num2str)
num2strexact does exact conversion of number to string based on IEEE floating point bit pattern

4年弱 前 | ダウンロード 14 件 |

Thumbnail

送信済み


IEEE 754r Half Precision floating point converter
Converts MATLAB or C variables to/from IEEE 754r Half Precision floating point bit pattern.

4年弱 前 | ダウンロード 9 件 |

送信済み


SHAREDCHILD creates a shared data copy of contiguous subset
SHAREDCHILD creates a shared data copy of a contiguous subsection of an existing variable

約4年 前 | ダウンロード 3 件 |

送信済み


mxGetPropertyPtr & mxSetPropertySDC C-mex functions
Fast memory efficient alternative to API functions mxGetProperty & mxSetProperty.

5年弱 前 | ダウンロード 2 件 |

送信済み


C Mex MATLAB Version
Mex C code to determine MATLAB version at compile time and run time

5年弱 前 | ダウンロード 3 件 |

送信済み


ISSHARED determines data sharing status among workspace variables
ISSHARED determines data sharing status among workspace variables

6年弱 前 | ダウンロード 1 件 |

送信済み


LOADFIXNAMES loads a mat file, fixing invalid names
Loads a mat file into the caller's workspace, fixing invalid variable and field names.

6年以上 前 | ダウンロード 10 件 |

Thumbnail

送信済み


mexPutVariableSharedDataCopy
This C routine puts a shared data copy of a variable into a workspace from a mex routine

11年弱 前 | ダウンロード 1 件 |

Thumbnail

送信済み


SPARSECLEAN - Efficiently cleans a sparse matrix of small values or nan
SPARSECLEAN cleans a double sparse matrix of small or nan values or values within a range.

約11年 前 | ダウンロード 4 件 |

送信済み


Fortran 95 Interface to MATLAB API with extras!
This is the one you have been waiting for, a clean interface using assumed shape Fortran pointers.

12年以上 前 | ダウンロード 10 件 |

Thumbnail

送信済み


UNINIT - Create an uninitialized variable (like ZEROS but faster)
UNINIT is similar to ZEROS, except UNINIT returns uninitialized values instead of zero values.

13年弱 前 | ダウンロード 5 件 |

Thumbnail

送信済み


typecast and typecastx C-mex functions
typecast and typecastx are mex functions that mimic the MATLAB typecast function with extensions

約13年 前 | ダウンロード 4 件 |

Thumbnail

送信済み


MTIMESX - Fast Matrix Multiply with Multi-Dimensional Support
Beats MATLAB 300% - 400% in some cases ... really!

約13年 前 | ダウンロード 27 件 |

Thumbnail

送信済み


mpower2 - A faster matrix power function.
mpower2 evaluates matrix to an integer power faster than the MATLAB built-in function mpower.

14年以上 前 | ダウンロード 1 件 |

Thumbnail

送信済み


polyvalm2 - A faster matrix polynomial evaluator
polyvalm2 evaluates a polynomial with a matrix argument faster than the MATLAB function polyvalm.

14年以上 前 | ダウンロード 3 件 |

Thumbnail

送信済み


num2vpi - Converts input exactly into vpi
Converts double inputs larger than 2^53-1, or char inputs with exponents, exactly into vpi.

14年以上 前 | ダウンロード 3 件 |

Thumbnail

送信済み


Fortran mex routine mxGetClassName
A drop-in replacement for the TMW Fortran API function mxGetClassName routine that does not work.

14年以上 前 | ダウンロード 1 件 |

Thumbnail

送信済み


swapbytes C-mex function
swapbytes(X1,X2,...) reverses byte ordering of each element, little-endian values to/from big-endian

14年以上 前 | ダウンロード 2 件 |

Thumbnail

送信済み


Moon Position
moonpos calculates moon position accurate to 10 arcsec. Based on Astronomical Algorithms, Meeus

14年以上 前 | ダウンロード 3 件 |

Thumbnail

送信済み


Count "on" "off" or calculate simple "parity" bits of input
Three functions to calculate the number of "on", "off", or simple "parity" bits of input

15年以上 前 | ダウンロード 2 件 |

Thumbnail

送信済み


Fortran mex: mxCopyCharacterToPtr and mxCopyPtrToCharacter
Drop in replacements for the Mathworks supplied functions of the same names that do not work.

15年以上 前 | ダウンロード 1 件 |

Thumbnail

送信済み


Fortran mxCreateLogicalSparseMatrix
The Fortran version of the mxCreateSparseLogicalMatrix function for mex and engine apps

16年弱 前 | ダウンロード 1 件 |

Thumbnail

送信済み


bwmorph c-mex example
This file is the c-mex equivalent of the example given in the bwmorph.m file comments.

約16年 前 | ダウンロード 2 件 |

Thumbnail

送信済み


fulltosparse (Fortran version)
This is a Fortran version of The Mathworks supplied fulltosparse.c, with realloc capability.

約16年 前 | ダウンロード 1 件 |

送信済み


bsxarg
bsxarg returns the physically expanded arrays associated with bsxfun

約16年 前 | ダウンロード 1 件 |

Thumbnail

送信済み


bsxfun
bsxfun is a functional substitute for MATLAB intrinsic of the same name

約16年 前 | ダウンロード 2 件 |

Thumbnail

送信済み


reshape0, reshaping with padding or truncating
A c-mex routine for reshaping with padding or truncating

約16年 前 | ダウンロード 2 件 |

Thumbnail

送信済み


Fortran Logical mex functions
Fortran mex routines for converting logicals to/from MATLAB mxArray variables

約16年 前 | ダウンロード 1 件 |

さらに読み込む