Home
last modified time | relevance | path

Searched refs:t_proj (Results 1 – 10 of 10) sorted by relevance

/dports/math/py-cvxpy/cvxpy-1.1.17/cvxpy/constraints/
H A Dsecond_order.py70 t_proj = np.array(t)
72 t_proj[zero_indices] = 0
75 t_proj[averaged_indices] = avg_coeff * t[averaged_indices]
77 np.concatenate([X_proj, t_proj], axis=1),
/dports/math/PDL/PDL-2.019/t/
H A Dproj_transform.t66 my $proj = eval { t_proj( proj_params => $eqc_opts ) };
88 my $ortho = $map->map( t_proj( proj_params => $ortho_opts ), $map_size );
H A Dproj_transform2.t61 my $eqc = eval { $map->map( t_proj( proj_params => $eqc_opts ), $map_size ) };
81 my $ortho = $map->map( t_proj( proj_params => $ortho_opts ), $map_size );
/dports/math/PDL/PDL-2.019/Lib/Transform/Proj4/
H A DProj4.pd49 $t = t_proj( proj_params => "+proj=ortho +ellps=WGS84 +lon_0=-90 +lat_0=40" );
72 The main object here is the PDL::Transform::Proj4 object, aliased to the t_proj() function.
82 Other than t_proj(), all of the other transforms below have been autogenerated, and may not work
350 sub t_proj
353 } # End of t_proj()...
360 # Add the docs for t_proj:
366 =head2 t_proj
374 push( @export_funcs, 't_proj' );
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/data/lang/
H A Dru_RU.ini227 t_proj=Проект key
H A Dtranslation template.ini239 t_proj=project key
/dports/editors/cudatext/CudaText-1.151.0/app/data/lang/
H A Dru_RU.ini227 t_proj=Проект key
H A Dtranslation template.ini239 t_proj=project key
/dports/editors/cudatext/CudaText-1.151.0/app/
H A Dformmain_translation.inc367 msgPanelProject:= ini.ReadString('ui', 't_proj', msgPanelProject_Init);
/dports/math/PDL/PDL-2.019/GENERATED/PDL/Transform/
H A DProj4.pm352 sub t_proj subroutine