Package org.ejml
Class GenerateCode32
java.lang.Object
org.ejml.GenerateCode32
- Direct Known Subclasses:
GenerateJavaCode32,GenerateKotlinCode32
public class GenerateCode32 extends Object
-
Constructor Summary
Constructors Constructor Description GenerateCode32(String codeSuffix, com.peterabeles.auto64fto32f.ConvertFile32From64 converter) -
Method Summary
Modifier and Type Method Description static StringfindPathToProjectRoot()static voidmain(String[] args)voidprocess(File inputDirectory)voidprocess(File inputDirectory, File outputDirectory)static StringprojectRelativePath(String path)static StringreadLine(InputStream input, StringBuilder buffer)static voidrecursiveDelete(File d, boolean first)
-
Constructor Details
-
GenerateCode32
public GenerateCode32(String codeSuffix, com.peterabeles.auto64fto32f.ConvertFile32From64 converter)
-
-
Method Details
-
process
-
process
-
recursiveDelete
-
findPathToProjectRoot
-
projectRelativePath
-
readLine
- Throws:
IOException
-
main
-