Code covered by the BSD License
-
TESTING_csf.m
-
TESTING_ex.m
-
[argStr,status]=getarg(n,argS...
replicates getarg in fortran
-
[changedflag,funstr,argDelin]...
declare_globals
-
[changedflag,funstr]=fixNotOp...
'ssssssssssss',funstr{i},kb
-
[filestr,numErrors,extraFunct...
f2matlab(filename)
-
[filestr,numErrors,extraFunct...
f2matlab(filename)
-
[fn_val,xvalue]=alngam(xvalue...
-
[funstr,fortranfunwords,outfl...
This will change the Matlab function to its Fortran equivalent syntax.
-
[funstr,funstrwords,funstrwor...
-
[funstr,funstrwords,funstrwor...
-
[groups,topCommas]=getTopGrou...
'dddddddddddd11',str,keyboard
-
[howmany,s1,centercomma,paren...
if strcmp(funstrwords{i}{whichword},'character')
-
[linOut,wordOut]=findNextWord...
'9999999999999',out,funstr{linenum},keyboard
-
[localVar,originalLocaVar]=ad...
localVar
-
[localVar,thisLV]=insertLocal...
inserts a localVar
-
[m,n,x,pm,pd]=lpmns(m,n,x,pm,...
-
[m,n,x,qm,qd]=lqmns(m,n,x,qm,...
-
[out,howmany,subscripts,cente...
for j=1:howmany
-
[out,outLine,j]=varType(i,j,f...
'ccccccccc',kb
-
[out,outbefore,outafter]=getT...
'ttttt1',temp,keyboard
-
[out,typeDefs]=buildTypeDefLi...
this doesn't handle non-1 indexing (see varp)
-
[out,whichWord]=getLocalVarTy...
-
[out]=output_acceptable(i,whi...
make sure the first thing in the subsscript is a word
-
[outflag,howmany,subscripts,c...
this doesn't parse matlab correctly because of the transpose single quote.
-
[outflag,howmany,subscripts,c...
This is to find the components [var1,var2,etc]
-
[outflag,howmany,subscripts,c...
-
[outflag,whichword,whichsub,h...
'fgfgfggggggggg',kb
-
[pm,pd]=lpmns(m,n,x,outsize)
-
[s,fs_good]=updatefunstr_1lin...
-
[strOut,groups]=fixDataGroups...
'00000000000',groups,kb
-
[sublist,funstr,funstrnumbers...
if linenum is empty, then find sublist for the entire funstr
-
[x1,x2,x,w,n]=dgauleg(x1,x2,x...
-
[xi,eta,phi,m,n,lambda,h0,an,...
-
bayes
-
casePML=caseProtectedML
these are the function in general, elmat, and elfun under toolbox matlab
-
casePML=getCaseProtectedML
these are the function in general, elmat, and elfun under toolbox matlab
-
dd(varargin)
common tsterr,same;
-
dispback(str)
DISPBACK - Displays a string then backspaces to the beginning of the string.
-
f2mWarning(str,funstr,nLine,l...
-
femprb(varargin)
-
funstr=fixMultiStatementLines...
find top level semicolons with something after them and divide the line
-
funstr=replaceword(i,j,funstr...
-
funwords=getfunwordsonly
-
funwords=getfunwordsonlyML
-
implicit=implicitParse(implic...
can't do implicit for types yet
-
implicit=implicitRules
-
isInteger(i,range,funstr,funs...
what words and numbers are on the same level as loc?
-
localVar=remLocalVar(localVar...
removes a localVar unless protected
-
main(varargin)
-
main(varargin)
-
mcpbdn(varargin)
From the book 'Computation of Special Functions.'
-
out=aftercomment(funstr,row,c...
-
out=breakOffFirstFormat(in)
either a string is first, or a number is first
-
out=empt0(in)
converts empty to 0, otherwise leaves
-
out=findNext(loc,str,funstr,d...
returns -1 if can't find what you ask
-
out=findend_f(linenum,s,funst...
'9999999999999',out,funstr{linenum},keyboard
-
out=findlefts_f(locs,str)
-
out=findrights_f(locs,str,ign...
-
out=getExtraFunctions(extraFu...
-
out=getVarSpecs(varName,local...
-
out=inaDQstring_f(str,loc)
temp2=inastring_f(str,ftemp);
-
out=inastring2_f(str,loc)
-
out=inastring_f(str,loc)
this doesn't parse matlab correctly because of the transpose single quote.
-
out=incomment(str,locs)
-
out=iskeep_f(str)
-
out=isnameletter(str)
-
out=isnumber(str)
-
out=lastNonSpace(str,locs)
finds the last non space location before loc(s)
-
out=maxloc(x,dim)
function out=maxloc(x,dim)
-
out=nextNonSpace(str,locs)
finds the next non space location after loc(s)
-
out=strrel(in1,in2,relop)
function out=strrel(in1,in2,relop)
-
out=validSpot(str,loc)
-
out=varInUsedMods(word,modLoc...
-
out=writef(fid,varargin)
function out=writef(fid,varargin)
-
out=zeroVarDec(funstr,i,temp2...
if ischar(localVar{temp6,2})
-
showall(funstr,indented)
-
str=fix_concats(str,loc,funst...
Find entity (string delimitied with ' ', variable, or bracketed expression.
-
stroud_prb(varargin)
-
varargout=readf(fid,fmtStr,n)
function varargout=readf(fid,varargin), Catches string fid's
-
ztest
-
ztest1(vect1, vect2)
-
zztest
-
zztest(varargin)
compile with intel fortran
-
addGetArg.m
-
addreadf.m
-
addwritef.m
-
assignSwitches.m
-
convertWrite.m
-
fixEndType.m
-
fixLabeledDoLoops.m
-
fixScalarCalls.m
-
keepSomeCases.m
-
module_adj.m
-
protectSomeStrings.m
-
setUpLocalVar.m
-
takeCareOfIncludeFiles.m
-
takeCareOfIncludeFiles2.m
-
takeCareOfTypes.m
-
w.m
-
zz_clean.m
-
zz_convert.m
-
View all files
from
f2matlab
by Ben Barrowes
Converts basic fortran90 source code to MATLAB source code.
|
| All files for f2matlab |
/f2matlab/HINTS
/f2matlab/INSTALL
/f2matlab/README
/f2matlab/addGetArg.m
/f2matlab/addVars.m
/f2matlab/addreadf.m
/f2matlab/addwritef.m
/f2matlab/aftercomment.m
/f2matlab/assignSwitches.m
/f2matlab/breakOffFirstFormat.m
/f2matlab/buildTypeDefLine.m
/f2matlab/caseProtectedML.m
/f2matlab/changelog
/f2matlab/changeoperator_f.m
/f2matlab/comp_spec_func/TESTING_csf.m
/f2matlab/comp_spec_func/intfaces.f90
/f2matlab/comp_spec_func/mairya.f90
/f2matlab/comp_spec_func/mairyb.f90
/f2matlab/comp_spec_func/mairyzo.f90
/f2matlab/comp_spec_func/maswfa.f90
/f2matlab/comp_spec_func/maswfb.f90
/f2matlab/comp_spec_func/mbernoa.f90
/f2matlab/comp_spec_func/mbernob.f90
/f2matlab/comp_spec_func/mbeta.f90
/f2matlab/comp_spec_func/mcchg.f90
/f2matlab/comp_spec_func/mcerror.f90
/f2matlab/comp_spec_func/mcerzo.f90
/f2matlab/comp_spec_func/mcgama.f90
/f2matlab/comp_spec_func/mch12n.f90
/f2matlab/comp_spec_func/mchgm.f90
/f2matlab/comp_spec_func/mchgu.f90
/f2matlab/comp_spec_func/mcik01.f90
/f2matlab/comp_spec_func/mciklv.f90
/f2matlab/comp_spec_func/mcikna.f90
/f2matlab/comp_spec_func/mciknb.f90
/f2matlab/comp_spec_func/mcikva.f90
/f2matlab/comp_spec_func/mcikvb.f90
/f2matlab/comp_spec_func/mcisia.f90
/f2matlab/comp_spec_func/mcisib.f90
/f2matlab/comp_spec_func/mcjk.f90
/f2matlab/comp_spec_func/mcjy01.f90
/f2matlab/comp_spec_func/mcjylv.f90
/f2matlab/comp_spec_func/mcjyna.f90
/f2matlab/comp_spec_func/mcjynb.f90
/f2matlab/comp_spec_func/mcjyva.f90
/f2matlab/comp_spec_func/mcjyvb.f90
/f2matlab/comp_spec_func/mclpmn.f90
/f2matlab/comp_spec_func/mclpn.f90
/f2matlab/comp_spec_func/mclqmn.f90
/f2matlab/comp_spec_func/mclqn.f90
/f2matlab/comp_spec_func/mcomelp.f90
/f2matlab/comp_spec_func/mcpbdn.f90
/f2matlab/comp_spec_func/mcpsi.f90
/f2matlab/comp_spec_func/mcsphik.f90
/f2matlab/comp_spec_func/mcsphjy.f90
/f2matlab/comp_spec_func/mcva1.f90
/f2matlab/comp_spec_func/mcva2.f90
/f2matlab/comp_spec_func/mcyzo.f90
/f2matlab/comp_spec_func/me1xa.f90
/f2matlab/comp_spec_func/me1xb.f90
/f2matlab/comp_spec_func/me1z.f90
/f2matlab/comp_spec_func/meix.f90
/f2matlab/comp_spec_func/melit.f90
/f2matlab/comp_spec_func/melit3.f90
/f2matlab/comp_spec_func/menxa.f90
/f2matlab/comp_spec_func/menxb.f90
/f2matlab/comp_spec_func/merror.f90
/f2matlab/comp_spec_func/meulera.f90
/f2matlab/comp_spec_func/meulerb.f90
/f2matlab/comp_spec_func/mfcoef.f90
/f2matlab/comp_spec_func/mfcs.f90
/f2matlab/comp_spec_func/mfcszo.f90
/f2matlab/comp_spec_func/mffk.f90
/f2matlab/comp_spec_func/mgamma.f90
/f2matlab/comp_spec_func/mherzo.f90
/f2matlab/comp_spec_func/mhygfx.f90
/f2matlab/comp_spec_func/mhygfz.f90
/f2matlab/comp_spec_func/mik01a.f90
/f2matlab/comp_spec_func/mik01b.f90
/f2matlab/comp_spec_func/mikna.f90
/f2matlab/comp_spec_func/miknb.f90
/f2matlab/comp_spec_func/mikv.f90
/f2matlab/comp_spec_func/mincob.f90
/f2matlab/comp_spec_func/mincog.f90
/f2matlab/comp_spec_func/mitairy.f90
/f2matlab/comp_spec_func/mitika.f90
/f2matlab/comp_spec_func/mitikb.f90
/f2matlab/comp_spec_func/mitjya.f90
/f2matlab/comp_spec_func/mitjyb.f90
/f2matlab/comp_spec_func/mitsh0.f90
/f2matlab/comp_spec_func/mitsl0.f90
/f2matlab/comp_spec_func/mitth0.f90
/f2matlab/comp_spec_func/mittika.f90
/f2matlab/comp_spec_func/mittikb.f90
/f2matlab/comp_spec_func/mittjya.f90
/f2matlab/comp_spec_func/mittjyb.f90
/f2matlab/comp_spec_func/mjdzo.f90
/f2matlab/comp_spec_func/mjelp.f90
/f2matlab/comp_spec_func/mjy01a.f90
/f2matlab/comp_spec_func/mjy01b.f90
/f2matlab/comp_spec_func/mjyna.f90
/f2matlab/comp_spec_func/mjynb.f90
/f2matlab/comp_spec_func/mjyv.f90
/f2matlab/comp_spec_func/mjyzo.f90
/f2matlab/comp_spec_func/mklvna.f90
/f2matlab/comp_spec_func/mklvnb.f90
/f2matlab/comp_spec_func/mklvnzo.f90
/f2matlab/comp_spec_func/mlagzo.f90
/f2matlab/comp_spec_func/mlamn.f90
/f2matlab/comp_spec_func/mlamv.f90
/f2matlab/comp_spec_func/mlegzo.f90
/f2matlab/comp_spec_func/mlgama.f90
/f2matlab/comp_spec_func/mlpmn.f90
/f2matlab/comp_spec_func/mlpmns.f90
/f2matlab/comp_spec_func/mlpmv.f90
/f2matlab/comp_spec_func/mlpn.f90
/f2matlab/comp_spec_func/mlpni.f90
/f2matlab/comp_spec_func/mlqmn.f90
/f2matlab/comp_spec_func/mlqmns.f90
/f2matlab/comp_spec_func/mlqna.f90
/f2matlab/comp_spec_func/mlqnb.f90
/f2matlab/comp_spec_func/mmtu0.f90
/f2matlab/comp_spec_func/mmtu12.f90
/f2matlab/comp_spec_func/mothpl.f90
/f2matlab/comp_spec_func/mpbdv.f90
/f2matlab/comp_spec_func/mpbvv.f90
/f2matlab/comp_spec_func/mpbwa.f90
/f2matlab/comp_spec_func/mpsi.f90
/f2matlab/comp_spec_func/mrctj.f90
/f2matlab/comp_spec_func/mrcty.f90
/f2matlab/comp_spec_func/mrswfo.f90
/f2matlab/comp_spec_func/mrswfp.f90
/f2matlab/comp_spec_func/mscka.f90
/f2matlab/comp_spec_func/msckb.f90
/f2matlab/comp_spec_func/msdmn.f90
/f2matlab/comp_spec_func/msegv.f90
/f2matlab/comp_spec_func/msphi.f90
/f2matlab/comp_spec_func/msphj.f90
/f2matlab/comp_spec_func/msphk.f90
/f2matlab/comp_spec_func/msphy.f90
/f2matlab/comp_spec_func/mstvh0.f90
/f2matlab/comp_spec_func/mstvh1.f90
/f2matlab/comp_spec_func/mstvhv.f90
/f2matlab/comp_spec_func/mstvl0.f90
/f2matlab/comp_spec_func/mstvl1.f90
/f2matlab/comp_spec_func/mstvlv.f90
/f2matlab/convertWrite.m
/f2matlab/dispback.m
/f2matlab/empt0.m
/f2matlab/examples/BayesWi_test.f90
/f2matlab/examples/BayesWi_test.m
/f2matlab/examples/H1f.f
/f2matlab/examples/H1f.f90
/f2matlab/examples/H1f.m
/f2matlab/examples/TESTING_ex.m
/f2matlab/examples/as245.f90
/f2matlab/examples/as245.m
/f2matlab/examples/dgauleg.f
/f2matlab/examples/dgauleg.f90
/f2matlab/examples/dgauleg.m
/f2matlab/examples/f2ml_tempfile
/f2matlab/examples/femprb
/f2matlab/examples/femprb.f90
/f2matlab/examples/femprb.m
/f2matlab/examples/lpmns.f
/f2matlab/examples/lpmns.f90
/f2matlab/examples/lpmns.m
/f2matlab/examples/lpmns2.f
/f2matlab/examples/lpmns2.m
/f2matlab/examples/lpmns2.mat
/f2matlab/examples/lqmns.f
/f2matlab/examples/lqmns.f90
/f2matlab/examples/lqmns.m
/f2matlab/examples/mcpbdn.f90
/f2matlab/examples/mcpbdn.for
/f2matlab/examples/mcpbdn.m
/f2matlab/examples/quadrule_prb
/f2matlab/examples/quadrule_prb.f90
/f2matlab/examples/quadrule_prb.m
/f2matlab/examples/slatec_test2.f90
/f2matlab/examples/slatec_test2.m
/f2matlab/examples/stroud_prb
/f2matlab/examples/stroud_prb.f90
/f2matlab/examples/stroud_prb.m
/f2matlab/examples/toms757_prb
/f2matlab/examples/toms757_prb.f90
/f2matlab/examples/toms757_prb.m
/f2matlab/examples/zztest
/f2matlab/examples/zztest.f90
/f2matlab/examples/zztest.m
/f2matlab/f2mWarning.m
/f2matlab/f2matlab.m
/f2matlab/f2matlab_3.0.m
/f2matlab/findNext.m
/f2matlab/findNextWord.m
/f2matlab/findendSub_f.m
/f2matlab/findend_f.m
/f2matlab/findlefts_f.m
/f2matlab/findrights_f.m
/f2matlab/fixDataGroups.m
/f2matlab/fixEndType.m
/f2matlab/fixLabeledDoLoops.m
/f2matlab/fixMultiStatementLines.m
/f2matlab/fixNotOperator.m
/f2matlab/fixScalarCalls.m
/f2matlab/fix_concats.m
/f2matlab/getCaseProtectedML.m
/f2matlab/getExtraFunctions.m
/f2matlab/getLocalVarType.m
/f2matlab/getTopGroupsAfterLoc.m
/f2matlab/getTopLevelStrings.m
/f2matlab/getVarSpecs.m
/f2matlab/getarg.m
/f2matlab/getfunwordsonly.m
/f2matlab/getfunwordsonlyML.m
/f2matlab/hassubscript_f.m
/f2matlab/implicitParse.m
/f2matlab/implicitRules.m
/f2matlab/inaDQstring_f.m
/f2matlab/inastring2_f.m
/f2matlab/inastring_f.m
/f2matlab/inbracket2.m
/f2matlab/inbracket_f.m
/f2matlab/incomment.m
/f2matlab/insertLocalVar.m
/f2matlab/insubscript_f.m
/f2matlab/inwhichlast_f.m
/f2matlab/isInteger.m
/f2matlab/iscomplexf.m
/f2matlab/iskeep_f.m
/f2matlab/isnameletter.m
/f2matlab/isnumber.m
/f2matlab/keepSomeCases.m
/f2matlab/lastNonSpace.m
/f2matlab/maxloc.m
/f2matlab/module_adj.m
/f2matlab/nextNonSpace.m
/f2matlab/output_acceptable.m
/f2matlab/protectSomeStrings.m
/f2matlab/readf.m
/f2matlab/remLocalVar.m
/f2matlab/replaceword_f.m
/f2matlab/setUpLocalVar.m
/f2matlab/showall_f.m
/f2matlab/strrel.m
/f2matlab/takeCareOfIncludeFiles.m
/f2matlab/takeCareOfIncludeFiles2.m
/f2matlab/takeCareOfTypes.m
/f2matlab/updatefunstr2_f.m
/f2matlab/updatefunstr_1line_f.m
/f2matlab/updatefunstr_f.m
/f2matlab/validSpot.m
/f2matlab/varInUsedMods.m
/f2matlab/varType.m
/f2matlab/w.m
/f2matlab/wordconverter_f.m
/f2matlab/writef.m
/f2matlab/zeroVarDec.m
/f2matlab/ztest.m
/f2matlab/ztest1.m
/f2matlab/zz_clean.m
/f2matlab/zz_convert.m
/f2matlab/zztest.m
/license.txt
|
|
Contact us at files@mathworks.com