代码搜索:Invert
找到约 1,464 项符合「Invert」的源代码
代码结果 1,464
www.eeworm.com/read/203062/15366807
h cg.h
#ifndef _CG_H
#define _CG_H
#include "inverter.h"
class Conjugate_Gradient : public Inverter {
public:
Conjugate_Gradient(Domain*,Operators*);
~Conjugate_Gradient() {}
virtual void invert(V
www.eeworm.com/read/374083/9421547
cxx newmat7.cxx
//$$ newmat7.cxx Invert, solve, binary operations
// Copyright (C) 1991,2: R B Davies
#include "include.h"
#include "newmat.h"
#include "newmatrc.h"
//#define REPORT { static ExeCount
www.eeworm.com/read/312016/13620173
m jpeg.m
% jpeg - convert image via transform->quantize->invert
%
% SYNOPSIS
% jpeg(X)
% jpeg(X, Q)
% [Y, r] = jpeg(X)
% [Y, r] = jpeg(X, Q)
%
% DESCRIPTION
% jpeg takes X (which may be a matrix or a filename)
www.eeworm.com/read/260026/11751219
cxx newmat7.cxx
//$$ newmat7.cxx Invert, solve, binary operations
// Copyright (C) 1991,2: R B Davies
#include "include.h"
#include "newmat.h"
#include "newmatrc.h"
//#define REPORT { static ExeCount
www.eeworm.com/read/251835/12317443
m evalinv.m
function [zp,flag] = evalinv(M,wp,tol,z0)
%EVALINV Invert Schwarz-Christoffel disk map at points.
% EVALINV(M,WP) evaluates the inverse of the Schwarz--Christoffel map M
% at the points WP in t
www.eeworm.com/read/183495/5255988
cpp benchmark.cpp
#include
#include
#include
#include
#include
#include "timer.h"
using namespace std;
using namespace libmat;
template<
int
www.eeworm.com/read/169491/5420653
cpp benchmark.cpp
#include
#include
#include
#include
#include
#include "timer.h"
using namespace std;
using namespace libmat;
template<
int
www.eeworm.com/read/269755/11079215
cpp newmat7.cpp
/// \ingroup newmat
///@{
/// \file newmat7.cpp
/// Invert, solve, binary operations.
// Copyright (C) 1991,2,3,4: R B Davies
#include "include.h"
#include "newmat.h"
#include "newmatrc
www.eeworm.com/read/290607/8472523
m inv.m
%INV Invert a unit-quaternion
%
% QI = inv(Q)
%
% Return the inverse of the unit-quaternion Q.
%
% $Log: inv.m,v $
% Revision 1.2 2002/04/01 12:06:17 pic
% Removed unneccessary normalization.
%
% $
www.eeworm.com/read/243539/12935329
m inv.m
%INV Invert a unit-quaternion
%
% QI = inv(Q)
%
% Return the inverse of the unit-quaternion Q.
%
% $Log: inv.m,v $
% Revision 1.2 2002/04/01 12:06:17 pic
% Removed unneccessary normalization.
%
% $