mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
17c3b7e5dc
PR: 52933 Submitted by: Ports Fury
109 lines
3.7 KiB
Plaintext
109 lines
3.7 KiB
Plaintext
@comment $FreeBSD$
|
|
bin/tvmet-config
|
|
include/tvmet/BinaryFunctionals.h
|
|
include/tvmet/CommaInitializer.h
|
|
include/tvmet/CompileTimeError.h
|
|
include/tvmet/Extremum.h
|
|
include/tvmet/Functional.h
|
|
include/tvmet/Matrix.h
|
|
include/tvmet/MatrixEval.h
|
|
include/tvmet/MatrixFunctions.h
|
|
include/tvmet/MatrixImpl.h
|
|
include/tvmet/MatrixOperators.h
|
|
include/tvmet/NumericTraits.h
|
|
include/tvmet/RunTimeError.h
|
|
include/tvmet/TvmetBase.h
|
|
include/tvmet/TypePromotion.h
|
|
include/tvmet/UnaryFunctionals.h
|
|
include/tvmet/Vector.h
|
|
include/tvmet/VectorEval.h
|
|
include/tvmet/VectorFunctions.h
|
|
include/tvmet/VectorImpl.h
|
|
include/tvmet/VectorOperators.h
|
|
include/tvmet/config/config-gcc.h
|
|
include/tvmet/config/config-icc.h
|
|
include/tvmet/config/config-kcc.h
|
|
include/tvmet/config/config-pgi.h
|
|
include/tvmet/config.h
|
|
include/tvmet/meta/Gemm.h
|
|
include/tvmet/meta/Gemmt.h
|
|
include/tvmet/meta/Gemtm.h
|
|
include/tvmet/meta/Gemv.h
|
|
include/tvmet/meta/Matrix.h
|
|
include/tvmet/meta/Vector.h
|
|
include/tvmet/tvmet.h
|
|
include/tvmet/util/General.h
|
|
include/tvmet/util/Timer.h
|
|
include/tvmet/xpr/BinOperator.h
|
|
include/tvmet/xpr/ConstRef.h
|
|
include/tvmet/xpr/Eval.h
|
|
include/tvmet/xpr/Functions.h
|
|
include/tvmet/xpr/Literal.h
|
|
include/tvmet/xpr/MMProduct.h
|
|
include/tvmet/xpr/MMProductTransposed.h
|
|
include/tvmet/xpr/MMtProduct.h
|
|
include/tvmet/xpr/MVProduct.h
|
|
include/tvmet/xpr/Matrix.h
|
|
include/tvmet/xpr/MatrixFunctions.h
|
|
include/tvmet/xpr/MatrixOperators.h
|
|
include/tvmet/xpr/MatrixTranspose.h
|
|
include/tvmet/xpr/MtMProduct.h
|
|
include/tvmet/xpr/Null.h
|
|
include/tvmet/xpr/UnOperator.h
|
|
include/tvmet/xpr/Vector.h
|
|
include/tvmet/xpr/VectorFunctions.h
|
|
include/tvmet/xpr/VectorOperators.h
|
|
include/tvmet/xpr/Xpr.h
|
|
share/aclocal/tvmet.m4
|
|
%%PORTDOCS%%share/doc/tvmet/Util.h
|
|
%%PORTDOCS%%share/doc/tvmet/bench_daxpy.png
|
|
%%PORTDOCS%%share/doc/tvmet/bench_matrix_matrix_product.png
|
|
%%PORTDOCS%%share/doc/tvmet/bench_matrix_vector_product.png
|
|
%%PORTDOCS%%share/doc/tvmet/bench_vector_add.png
|
|
%%PORTDOCS%%share/doc/tvmet/bench_vector_inner_product.png
|
|
%%PORTDOCS%%share/doc/tvmet/benchmark.dox
|
|
%%PORTDOCS%%share/doc/tvmet/build.dox
|
|
%%PORTDOCS%%share/doc/tvmet/changelog.dox
|
|
%%PORTDOCS%%share/doc/tvmet/compiler.dox
|
|
%%PORTDOCS%%share/doc/tvmet/credits.dox
|
|
%%PORTDOCS%%share/doc/tvmet/dox_functions.cc
|
|
%%PORTDOCS%%share/doc/tvmet/dox_operators.cc
|
|
%%PORTDOCS%%share/doc/tvmet/faq.dox
|
|
%%PORTDOCS%%share/doc/tvmet/functions.dox
|
|
%%PORTDOCS%%share/doc/tvmet/install.dox
|
|
%%PORTDOCS%%share/doc/tvmet/intro.dox
|
|
%%PORTDOCS%%share/doc/tvmet/license.dox
|
|
%%PORTDOCS%%share/doc/tvmet/links.dox
|
|
%%PORTDOCS%%share/doc/tvmet/misc.dox
|
|
%%PORTDOCS%%share/doc/tvmet/notes.dox
|
|
%%PORTDOCS%%share/doc/tvmet/operators.dox
|
|
%%PORTDOCS%%share/doc/tvmet/projects.dox
|
|
%%PORTDOCS%%share/doc/tvmet/sflogo.png
|
|
%%PORTDOCS%%share/doc/tvmet/tvmet.css
|
|
%%PORTDOCS%%share/doc/tvmet/usage.dox
|
|
%%PORTDOCS%%share/doc/tvmet/works.dox
|
|
%%PORTDOCS%%share/examples/tvmet/cmm.cc
|
|
%%PORTDOCS%%share/examples/tvmet/cmv.cc
|
|
%%PORTDOCS%%share/examples/tvmet/diag.cc
|
|
%%PORTDOCS%%share/examples/tvmet/matrix_col.cc
|
|
%%PORTDOCS%%share/examples/tvmet/mm.cc
|
|
%%PORTDOCS%%share/examples/tvmet/mv.cc
|
|
%%PORTDOCS%%share/examples/tvmet/ray.cc
|
|
%%PORTDOCS%%share/examples/tvmet/xpr_print_m1.cc
|
|
%%PORTDOCS%%share/examples/tvmet/xpr_print_m2.cc
|
|
%%PORTDOCS%%share/examples/tvmet/xpr_print_m3.cc
|
|
%%PORTDOCS%%share/examples/tvmet/xpr_print_m4.cc
|
|
%%PORTDOCS%%share/examples/tvmet/xpr_print_mv1.cc
|
|
%%PORTDOCS%%share/examples/tvmet/xpr_print_mv2.cc
|
|
%%PORTDOCS%%share/examples/tvmet/xpr_print_v1.cc
|
|
%%PORTDOCS%%share/examples/tvmet/xpr_print_v2.cc
|
|
%%PORTDOCS%%share/examples/tvmet/xpr_print_v3.cc
|
|
%%PORTDOCS%%share/examples/tvmet/xpr_print_v4.cc
|
|
%%PORTDOCS%%@dirrm share/examples/tvmet
|
|
%%PORTDOCS%%@dirrm share/doc/tvmet
|
|
@dirrm include/tvmet/xpr
|
|
@dirrm include/tvmet/util
|
|
@dirrm include/tvmet/meta
|
|
@dirrm include/tvmet/config
|
|
@dirrm include/tvmet
|