亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Matrices

  • PlotSphereIntensity(azimuth, elevation) PlotSphereIntensity(azimuth, elevation, intensity) h = Plo

    PlotSphereIntensity(azimuth, elevation) PlotSphereIntensity(azimuth, elevation, intensity) h = PlotSphereIntensity(...) Plots the intensity (as color) of a number of points on a unit sphere. Input: azimuth (phi), in degrees elevation (theta), in degrees intensity (optional, if not provided, a green sphere is produced) All inputs must be vectors or Matrices of the same size. Data does not have to be evenly spaced. When there aren t enough points to draw a smooth sphere, additional points (with color) are interpolated. Output: h - a handle to the patch object The axes are also plotted: positive x axis is red positive y axis is green positive z axis is blue

    標簽: PlotSphereIntensity elevation azimuth intensity

    上傳時間: 2014-01-15

    上傳用戶:ruan2570406

  • Matrix Transposition and Multiplication It is a MIPS assembly program that does the following: give

    Matrix Transposition and Multiplication It is a MIPS assembly program that does the following: given two Matrices, M1 and M2, first transpose M2 to obtain M2tran. Then multiply M1 and M2tran.

    標簽: Multiplication Transposition following assembly

    上傳時間: 2016-05-03

    上傳用戶:kernaling

  • The MDP toolbox proposes functions related to the resolution of discrete-time Markov Decision Proces

    The MDP toolbox proposes functions related to the resolution of discrete-time Markov Decision Process : finite horizon, value iteration, policy iteration, linear programming algorithms with some variants. The functions (m-functions) were developped with MATLAB v6.0 (one of the functions requires the Mathworks Optimization Toolbox) by the decision team of the Biometry and Artificial Intelligence Unit of INRA Toulouse (France). The version 2.0 (February 2005) handles sparse Matrices and contains an example

    標簽: discrete-time resolution functions Decision

    上傳時間: 2014-01-01

    上傳用戶:xuanjie

  • % EM algorithm for k multidimensional Gaussian mixture estimation % % Inputs: % X(n,d) - input da

    % EM algorithm for k multidimensional Gaussian mixture estimation % % Inputs: % X(n,d) - input data, n=number of observations, d=dimension of variable % k - maximum number of Gaussian components allowed % ltol - percentage of the log likelihood difference between 2 iterations ([] for none) % maxiter - maximum number of iteration allowed ([] for none) % pflag - 1 for plotting GM for 1D or 2D cases only, 0 otherwise ([] for none) % Init - structure of initial W, M, V: Init.W, Init.M, Init.V ([] for none) % % Ouputs: % W(1,k) - estimated weights of GM % M(d,k) - estimated mean vectors of GM % V(d,d,k) - estimated covariance Matrices of GM % L - log likelihood of estimates %

    標簽: multidimensional estimation algorithm Gaussian

    上傳時間: 2013-12-03

    上傳用戶:我們的船長

  • The CoinUtils project is a collection of open-source utilities developed and used by a variety of ot

    The CoinUtils project is a collection of open-source utilities developed and used by a variety of other projects in the COIN-OR repository. The project includes classes for storing and manipulating sparse Matrices and vectors, performing matrix factorization, parsing input files in standard formats, building representations of mathematical programs, comparing floating point numbers with a tolerance, performing simple presolve operations, and warm starting algorithms for mathematical programs, among others.

    標簽: open-source collection CoinUtils developed

    上傳時間: 2013-12-19

    上傳用戶:xmsmh

  • this directory contains the following: * The acdc algorithm for finding the approximate general

    this directory contains the following: * The acdc algorithm for finding the approximate general (non-orthogonal) joint diagonalizer (in the direct Least Squares sense) of a set of Hermitian Matrices. [acdc.m] * The acdc algorithm for finding the same for a set of Symmetric Matrices. [acdc_sym.m](note that for real-valued Matrices the Hermitian and Symmetric cases are similar however, in such cases the Hermitian version [acdc.m], rather than the Symmetric version[acdc_sym] is preferable. * A function that finds an initial guess for acdc by applying hard-whitening followed by Cardoso s orthogonal joint diagonalizer. Note that acdc may also be called without an initial guess, in which case the initial guess is set by default to the identity matrix. The m-file includes the joint_diag function (by Cardoso) for performing the orthogonal part. [init4acdc.m]

    標簽: approximate directory algorithm the

    上傳時間: 2014-01-17

    上傳用戶:hanli8870

  • The kernel-ica package is a Matlab program that implements the Kernel ICA algorithm for independent

    The kernel-ica package is a Matlab program that implements the Kernel ICA algorithm for independent component analysis (ICA). The Kernel ICA algorithm is based on the minimization of a contrast function based on kernel ideas. A contrast function measures the statistical dependence between components, thus when applied to estimated components and minimized over possible demixing Matrices, components that are as independent as possible are found.

    標簽: independent kernel-ica implements algorithm

    上傳時間: 2014-01-17

    上傳用戶:yiwen213

  • Quaternions are hypercomplex numbers (that is generalizations of the complex numbers to higher dimen

    Quaternions are hypercomplex numbers (that is generalizations of the complex numbers to higher dimensions than two). For an introduction, refer to the Wikipedia article on Quaternions. Quaternion toolbox for Matlab® extends Matlab® to allow calculation with Matrices of quaternions in almost the same way that one calculates with Matrices of complex numbers. This is achieved by defining a private type to represent quaternion Matrices and overloadings of many standard Matlab® functions. The toolbox supports real and complex quaternions (that is quaternions with four real or complex components).

    標簽: numbers generalizations hypercomplex Quaternions

    上傳時間: 2014-11-27

    上傳用戶:jhksyghr

  • 密碼學界牛人Victor Shoup用C++編寫數論類庫。 NTL is a high-performance, portable C++ library providing data struct

    密碼學界牛人Victor Shoup用C++編寫數論類庫。 NTL is a high-performance, portable C++ library providing data structures and algorithms for arbitrary length integers for vectors, Matrices, and polynomials over the integers and over finite fields and for arbitrary precision floating point arithmetic. NTL provides high quality implementations of state-of-the-art algorithms for: * arbitrary length integer arithmetic and arbitrary precision floating point arithmetic * polynomial arithmetic over the integers and finite fields including basic arithmetic, polynomial factorization, irreducibility testing, computation of minimal polynomials, traces, norms, and more * lattice basis reduction, including very robust and fast implementations of Schnorr-Euchner, block Korkin-Zolotarev reduction, and the new Schnorr-Horner pruning heuristic for block Korkin-Zolotarev * basic linear algebra over the integers, finite fields, and arbitrary precision floating point numbers.

    標簽: high-performance providing portable library

    上傳時間: 2014-01-04

    上傳用戶:exxxds

  • SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems

    SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations on high performance machines. The library is written in C and is callable from either C or Fortran. The library routines will perform an LU decomposition with partial pivoting and triangular system solves through forward and back substitution. The LU factorization routines can handle non-square Matrices but the triangular solves are performed only for square Matrices. The matrix columns may be preordered (before factorization) either through library or user supplied routines. This preordering for sparsity is completely separate from the factorization. Working precision iterative refinement subroutines are provided for improved backward stability. Routines are also provided to equilibrate the system, estimate the condition number, calculate the relative backward error, and estimate error bounds for the refined solutions.

    標簽: nonsymmetric solution SuperLU general

    上傳時間: 2017-02-20

    上傳用戶:lepoke

亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产精品麻豆va在线播放| 久久精品一区二区三区不卡牛牛| 在线观看欧美| 久久久久久久97| 在线看国产日韩| 欧美日韩精品一区二区在线播放| 亚洲欧美日韩在线一区| 国产精品美女| 久久av二区| 国产精品久久国产愉拍| 欧美一级播放| 欧美日韩一区二| 国产一区二区三区四区在线观看 | 国产精品一区二区久久国产| 国产一区日韩二区欧美三区| 日韩亚洲综合在线| 久久国产夜色精品鲁鲁99| 欧美激情一区二区久久久| 国产欧美一级| 亚洲网站视频| 欧美成人午夜77777| 久久亚洲精品视频| 一本色道久久88精品综合| 久久激情网站| 国产精品久久二区二区| 亚洲国产美女| 久久伊伊香蕉| 国产欧美在线观看一区| 99精品欧美一区二区三区| 久久综合伊人77777| 国产色产综合色产在线视频| 国产精品老女人精品视频| 噜噜噜91成人网| 国产精品毛片| 亚洲伊人一本大道中文字幕| 永久91嫩草亚洲精品人人| 国产精品一国产精品k频道56| 欧美高清在线精品一区| 母乳一区在线观看| 欧美激情一区二区三区| 欧美日韩免费高清| 国产精品实拍| 夜夜嗨av色一区二区不卡| 欧美福利一区| 91久久一区二区| 日韩一区二区精品在线观看| 国产精品制服诱惑| 欧美精品一区二区三区视频 | 99国产精品| 在线观看福利一区| 狠狠色狠狠色综合系列| 国产精品一区=区| 国产精品久久久久9999高清| 欧美日本久久| 国产精品视频网站| 国产日本精品| 亚洲激情视频网| 在线一区二区三区做爰视频网站 | 影音国产精品| 国产婷婷精品| 亚洲日本无吗高清不卡| 黄色亚洲精品| 欧美激情第8页| 性8sex亚洲区入口| 亚洲视频在线观看免费| 久久中文久久字幕| 影音先锋亚洲精品| 日韩视频永久免费观看| 亚洲午夜免费视频| 国产精品色一区二区三区| 午夜国产精品影院在线观看| 国产视频一区在线| 久久久噜噜噜久噜久久| 亚洲黑丝在线| 亚洲国产一区二区三区青草影视| 国产欧美日韩综合| 亚洲第一中文字幕在线观看| 日韩视频一区| 亚洲美女av网站| 亚洲激情在线视频| 亚洲主播在线| 久久aⅴ乱码一区二区三区| 久久女同精品一区二区| 久久成人免费视频| 国产欧美二区| 欧美丰满高潮xxxx喷水动漫| 亚洲视频第一页| 国产自产在线视频一区| 欧美日韩精品一区| 久久精品免视看| 99国产精品久久久久久久| 国产精品永久免费| 欧美高清在线一区| 欧美一级理论性理论a| 亚洲激情午夜| 国产精品一区二区三区久久| 欧美~级网站不卡| 欧美一区深夜视频| 日韩午夜黄色| 好吊视频一区二区三区四区| 欧美三级免费| 美女精品在线| 欧美一级成年大片在线观看| 日韩视频欧美视频| 在线精品视频免费观看| 国产精品自拍网站| 欧美日韩国产精品专区| 久久视频在线看| 小黄鸭视频精品导航| 一区二区三区日韩欧美精品| 影音先锋在线一区| 国产亚洲免费的视频看| 国产精品久久久一区二区| 久久五月婷婷丁香社区| 一本久久综合亚洲鲁鲁| 国产一区日韩一区| 国产日韩欧美自拍| 欧美视频不卡| 欧美精品福利在线| 久久午夜视频| 欧美在线播放一区二区| 亚洲图片欧洲图片日韩av| 亚洲精品视频在线观看网站| 在线高清一区| 韩日精品中文字幕| 国产一区二区三区黄| 国产精品专区一| 激情视频亚洲| 欧美手机在线| 欧美日韩亚洲网| 欧美精品九九| 欧美理论视频| 欧美久久一级| 欧美日韩国产在线看| 欧美国产欧美亚洲国产日韩mv天天看完整 | 欧美成人有码| 久久精品夜色噜噜亚洲a∨| 亚洲精品之草原avav久久| 亚洲动漫精品| 在线精品高清中文字幕| 黄色成人片子| 精品二区视频| 激情久久五月天| 国产一区二区三区丝袜| 国产精品久久国产精品99gif| 国产精品久久77777| 国产精品欧美一区喷水| 国产精品狼人久久影院观看方式| 欧美激情中文字幕一区二区| 欧美高清免费| 欧美视频导航| 国产精品视频九色porn| 国产午夜精品麻豆| 一区二区三区在线观看视频| 亚洲国产mv| 一本色道久久综合亚洲二区三区| 亚洲美女尤物影院| 亚洲欧美日韩一区二区三区在线观看| 亚洲男人天堂2024| 久久久久久97三级| 欧美激情精品久久久久久免费印度| 欧美日韩日本视频| 国产日韩欧美成人| 亚洲高清在线精品| 一区二区欧美日韩| 欧美一区二区三区四区在线观看| 久久久人成影片一区二区三区观看| 免费观看在线综合色| 欧美午夜大胆人体| 激情欧美国产欧美| 一区二区三区不卡视频在线观看| 国产精品呻吟| 久久综合综合久久综合| 欧美激情精品久久久六区热门 | 欧美日韩精品一二三区| 国产精品久久久久久av福利软件| 国产在线欧美| 99re热精品| 久久国产免费| 欧美日韩日韩| 激情六月婷婷久久| 在线亚洲精品| 久久夜色精品国产欧美乱| 欧美日韩在线三区| 在线观看国产精品网站| 亚洲一区精品电影| 女人香蕉久久**毛片精品| 国产精品私房写真福利视频| 在线日韩中文字幕| 亚洲欧美在线视频观看| 欧美激情精品久久久久| 国产亚洲综合性久久久影院| 亚洲精品视频在线观看网站| 久久激情综合| 国产精品视频大全| 99精品视频免费全部在线| 久久综合成人精品亚洲另类欧美| 国产精品国产一区二区| 日韩视频一区二区在线观看| 久久夜色精品国产亚洲aⅴ|