-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjavadoc.xml
More file actions
6 lines (6 loc) · 878 Bytes
/
Copy pathjavadoc.xml
File metadata and controls
6 lines (6 loc) · 878 Bytes
1
2
3
4
5
6
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project default="javadoc">
<target name="javadoc">
<javadoc access="private" author="true" classpath="classes" destdir="doc" nodeprecated="false" nodeprecatedlist="false" noindex="false" nonavbar="false" notree="false" packagenames="com.ipserc.arith.complex,com.ipserc.arith.geom,com.ipserc.arith.matrixcomplex,com.ipserc.arith.combinatoric,com.ipserc.arith.polynom,com.ipserc.arith.syseq,com.ipserc.arith.vector" source="1.8" sourcefiles="src/com/ipserc/arith/signal/Fourier.java,src/com/ipserc/arith/factorization/QRfactor.java,src/com/ipserc/arith/factorization/LUfactor.java,src/com/ipserc/arith/factorization/Diagfactor.java,src/com/ipserc/arith/signal/Sigfunc.java,src/com/ipserc/arith/factorization/SVDfactor.java" sourcepath="src" splitindex="true" use="true" version="true"/>
</target>
</project>