معرفی شرکت ها


vspline-dev_1.0.2-1_all.deb


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

header-only C++ template library for b-spline processing
ویژگی مقدار
سیستم عامل Linux
توزیع Debian Bullseye-11
مخزن Debian main all
نام بسته vspline-dev
نام فایل بسته vspline-dev_1.0.2-1_all.deb
نسخه بسته 1.0.2
انتشار بسته 1
معماری بسته all
نگهدارنده Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
تاریخ ساخت -
هاست سازنده -
نوع بسته .deb
آدرس صفحه اصلی https://bitbucket.org/kfj/vspline
مجوز -
حجم دانلود 234472
حجم نصب 1161
vspline aims to be as fast as possible, yet mathematically precise. It's main focus is interpolation of bulk data like sounds, images and volumes. vspline can handle . - splines over real and integer data types and their aggregates: - all '*xel' data, arbitrary number of channels (template argument) - single, double precision and long doubles supported (template argument) - several boundary conditions (mirror, reflect, periodic, natural) - spline degree up to 45 (runtime argument) - arbitrary dimensionality of the spline (template argument) - specialized code for 1D data - multithreaded code (pthread) - using the CPU's vector units if possible (like SSE, AVX/2) - processes nD arrays with arbitrary shapes and strides . On the evaluation side it provides . - evaluation of the spline at point locations in the defined range - evaluation of vectorized arguments with SIMD code - optional use of Vc for explicit SIMD code using intrinsics - evaluation of the spline's derivatives - factory functions to create evaluation functors - specialized code for degrees 0 and 1 (nearest neighbour and n-linear) - mapping of arbitrary coordinates into the defined range - evaluation of nD arrays of coordinates ('remap' function) - discrete-coordinate-fed remap function ('index_remap') - generalized functor-based 'apply' and 'transform' functions - restoration of the original data from the coefficients . To produce maximum performance, vspline has a fair amount of collateral code, and some of this code may be helpful beyond vspline: . - multithreading with a thread pool - application of fundamental and SIMD functors to nD arrays - functional constructs using vspline::unary_functor - nD forward-backward n-pole recursive filtering - nD separable convolution - efficient access to the b-spline basis functions - precise precalculated constants (made with GNU GSL, BLAS and GNU GMP) - many examples, ample comments . vspline uses a three-step approach to splines: the first step is coefficient generation (including prefilering), the second step is generation of specific functors providing evaluation, the third is application of these functors to n-dimensional data. data handling is done with vigra data types, using vigra::MultiArrayView for handling strided nD arrays, and vigra::TinyVector for small aggregates. vigra::MultiArrayView is a thin wrapper combining an array's address, dimension, data type, stride and shape, it's easy to use it to 'package' raw data. vspline handles vector formation from interleaved data, peeling and re-interleaving automatically. vspline optionally uses Vc. Without Vc present, it triggers the compiler's autovectorization by producing deliberately vector-friendly inner loops. vspline has been under development for several years and is extensively tested for scope coverage, reliability, precision and performance.


نیازمندی

مقدار نام
- libvigraimpex-dev


نحوه نصب


نصب پکیج deb vspline-dev:

    sudo apt-get install vspline-dev_1.0.2-1_all.deb


فایل ها

مسیرها
./usr/include/vspline/basis.h
./usr/include/vspline/brace.h
./usr/include/vspline/bspline.h
./usr/include/vspline/common.h
./usr/include/vspline/convolve.h
./usr/include/vspline/domain.h
./usr/include/vspline/doxy.h
./usr/include/vspline/eval.h
./usr/include/vspline/extrapolate.h
./usr/include/vspline/filter.h
./usr/include/vspline/general_filter.h
./usr/include/vspline/map.h
./usr/include/vspline/multithread.h
./usr/include/vspline/opt/simd_type_utils.h
./usr/include/vspline/opt/vector_promote.h
./usr/include/vspline/opt/xel_of_vector.h
./usr/include/vspline/poles.h
./usr/include/vspline/prefilter.h
./usr/include/vspline/simd_type.h
./usr/include/vspline/thread_pool.h
./usr/include/vspline/transform.h
./usr/include/vspline/unary_functor.h
./usr/include/vspline/vector.h
./usr/include/vspline/vspline.h
./usr/include/vspline/wielding.h
./usr/share/doc/vspline-dev/changelog.Debian.gz
./usr/share/doc/vspline-dev/copyright
./usr/share/doc/vspline-dev/examples/anytype.cc
./usr/share/doc/vspline-dev/examples/basis_sample.cc
./usr/share/doc/vspline-dev/examples/bls.cpp
./usr/share/doc/vspline-dev/examples/ca_correct.cc
./usr/share/doc/vspline-dev/examples/channels.cc
./usr/share/doc/vspline-dev/examples/complex.cc
./usr/share/doc/vspline-dev/examples/eval.cc
./usr/share/doc/vspline-dev/examples/examples.sh
./usr/share/doc/vspline-dev/examples/gradient.cc
./usr/share/doc/vspline-dev/examples/gradient2.cc
./usr/share/doc/vspline-dev/examples/grind.cc
./usr/share/doc/vspline-dev/examples/grok.cc
./usr/share/doc/vspline-dev/examples/gsm.cc
./usr/share/doc/vspline-dev/examples/gsm2.cc
./usr/share/doc/vspline-dev/examples/impulse_response.cc
./usr/share/doc/vspline-dev/examples/int_spline.cc
./usr/share/doc/vspline-dev/examples/mandelbrot.cc
./usr/share/doc/vspline-dev/examples/metafilter.cc
./usr/share/doc/vspline-dev/examples/metafilter3.cc
./usr/share/doc/vspline-dev/examples/n_shift.cc
./usr/share/doc/vspline-dev/examples/polish.cc
./usr/share/doc/vspline-dev/examples/quickstart.cc
./usr/share/doc/vspline-dev/examples/restore_test.cc
./usr/share/doc/vspline-dev/examples/roundtrip.cc
./usr/share/doc/vspline-dev/examples/scope_test.cc
./usr/share/doc/vspline-dev/examples/self_test.cc
./usr/share/doc/vspline-dev/examples/slice.cc
./usr/share/doc/vspline-dev/examples/slice2.cc
./usr/share/doc/vspline-dev/examples/slice3.cc
./usr/share/doc/vspline-dev/examples/splinus.cc
./usr/share/doc/vspline-dev/examples/use_map.cc
./usr/share/doc/vspline-dev/examples/verify.cc