代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/358191/10194217
cpp mmult1.cpp
// multipy square matrices
#include
#include "make2db.h"
template
void Mult(T **a, T **b, T **c, int n)
{// Multiply the n x n matrices a and b to get c.
for (int i
www.eeworm.com/read/161587/10393879
cpp mmult1.cpp
// multipy square matrices
#include
#include "make2db.h"
template
void Mult(T **a, T **b, T **c, int n)
{// Multiply the n x n matrices a and b to get c.
for (int i
www.eeworm.com/read/353831/10414366
m dibr_dv.m
function [dIf_dVa, dIf_dVm, dIt_dVa, dIt_dVm, If, It] = dIbr_dV(branch, Yf, Yt, V)
%DIBR_DV Computes partial derivatives of branch currents w.r.t. voltage.
% [dIf_dVa, dIf_dVm, dIt_dVa, dIt_dVm, I
www.eeworm.com/read/278154/10562272
c xqrupdt.c
/* Driver for routine qrdupd */
#include
#include
#define NRANSI
#include "nr.h"
#include "nrutil.h"
#define NP 20
#define MAXSTR 80
int main(void)
{
int i,j,k,l,
www.eeworm.com/read/423262/10575905
cpp taucssolver.cpp
//=============================================================================
// Simplified version of:
// Example code for the full-day course
//
// M. Botsch, M. Pauly, L. Kobbelt, P. Al
www.eeworm.com/read/349111/10848972
m w2v.m
% W2V - Convert weight matrices to covariance matrices.
% V = W2V(W,C)
% C == 1 (EWTLS): V := 1 ./ W
% C == 2 (WTLS) : V(:,:,i) := inv(W(:,:,i)), i = 1,...,N
% C == 3 (FTLS) : V := inv(W)
function w
www.eeworm.com/read/466324/7033383
java exercise5_23.java
public class Exercise5_23 {
/** Main method */
public static void main(String[] args) {
// Create two matrices as two dimensional arrays
int[][] matrix1 = new int[5][5];
int[][] matrix
www.eeworm.com/read/466324/7033598
java exercise5_22.java
public class Exercise5_22 {
/** Main method */
public static void main(String[] args) {
// Create two matrices as two dimensional arrays
int[][] matrix1 = new int[5][5];
int[][] matrix
www.eeworm.com/read/461010/7235869
m mac_to_bc.m
%MAC to BC Transformation
%Authors: Nihar Jindal, Wonjong Rhee, Sriram Vishwanath, Syed Jafar, Andrea
%Goldsmith
%Date: 6/20/05
function Downlink = MAC_to_BC(H, Uplink);
%assumes users decoded in i
www.eeworm.com/read/459616/7270241
cpp mmult1.cpp
// multipy square matrices
#include
#include "make2db.h"
template
void Mult(T **a, T **b, T **c, int n)
{// Multiply the n x n matrices a and b to get c.
for (int i = 0; i