代码搜索:unitary

找到约 172 项符合「unitary」的源代码

代码结果 172
www.eeworm.com/read/283897/8980463

m unitary matrix q_lmd_diag.m

% % This function obtains a unitary matrix Q such that: d=diag(Q'*diag(lmd)*Q). % In other words, it gives a way to generate a matrix with given eigenvalues and diagonal elements. % % By Danie
www.eeworm.com/read/428671/8852720

dpr ndocr1.dpr

library NdOcr1; uses SysUtils,Windows,Classes,Math; type TBArray = Array of byte; TABArray = Array of TBArray; TAIArray = Array of Array[0..1] of Integer; TAAIArray = Array of TA
www.eeworm.com/read/346528/11739345

m twirl2.m

% twirl2 How much a state changes under unitaries of the form mkron(U,U,U,...) % twirl2(rho) gives the maximal difference between the original state, % rho and the state obtained from it by a un
www.eeworm.com/read/218613/14912876

m twirl2.m

% twirl2 How much a state changes under unitaries of the form mkron(U,U,U,...) % twirl2(rho) gives the maximal difference between the original state, % rho and the state obtained from it by a un
www.eeworm.com/read/367160/9769518

f zgghrd.f

SUBROUTINE ZGGHRD( COMPQ, COMPZ, N, ILO, IHI, A, LDA, B, LDB, Q, $ LDQ, Z, LDZ, INFO ) * * -- LAPACK routine (version 3.1) -- * Univ. of Tennessee, Univ. of Calif
www.eeworm.com/read/367160/9771695

f cgghrd.f

SUBROUTINE CGGHRD( COMPQ, COMPZ, N, ILO, IHI, A, LDA, B, LDB, Q, $ LDQ, Z, LDZ, INFO ) * * -- LAPACK routine (version 3.1) -- * Univ. of Tennessee, Univ. of Calif
www.eeworm.com/read/428671/8852664

dpr ndocr3.dpr

library NdOcr3; uses SysUtils,Windows,Classes,Math; type TBArray = Array of byte; TABArray = Array of TBArray; TAIArray = Array of Array[0..1] of Integer; TAAIArray = Array of TA
www.eeworm.com/read/366144/9829591

c zgghrd.c

#include "f2c.h" /* Subroutine */ int zgghrd_(char *compq, char *compz, integer *n, integer * ilo, integer *ihi, doublecomplex *a, integer *lda, doublecomplex *b, integer *ldb, doublecomplex *
www.eeworm.com/read/267412/6957982

m step2trsfun.m

function G=step2trsfun(x0,yter,t1,t2,td) % Input: % x0-The value of Step input; % yter-The stable value of step response; % t1-The time at of value 0.4 of unitary step response; % t2-
www.eeworm.com/read/327051/13102048

pas func.pas

unit func; interface uses Windows,SysUtils,Classes,Math,comm; procedure roundUnit(var unitW,unitH:Integer;var unitAry:TBArray); procedure boneUnit(unitW,unitH:Integer;var unitAry:TBAr